Exam EX200 Topic 3 Question 53 Discussion
Actual exam question for RedHat's EX200 exam
Question #: 53
Topic #: 3
Question #: 53
Topic #: 3
Add user: user1, set uid=601
Password: redhat
The user's login shell should be non-interactive.
Password: redhat
The user's login shell should be non-interactive.
Suggested Answer:
see explanation below.
Explanation
# useradd -u 601 -s /sbin/nologin user1
# passwd user1
redhat
Explanation
# useradd -u 601 -s /sbin/nologin user1
# passwd user1
redhat
by Duncan at Sep 05, 2025, 06:22 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).