Red_Hat
EX200 · Question #9
09. Configure User Account Configure the user account "manalo" with the user ID 3533. The password for this user should be "flectrag". Correct Answer: See the below explanation Explanation…
This task involves configuring a user account named manalo with a specific User ID (UID) of 3533 and setting their password to "flectrag".
Submitted by kev92· Apr 18, 2026Manage Users and Groups
Question
- Configure User Account Configure the user account "manalo" with the user ID 3533. The password for this user should be "flectrag". Correct Answer: See the below explanation Explanation Explanation/Reference: Solution: [root@node1 ~]# useradd -u 3533 manalo [root@node1 ~]# echo flectrag | passwd --stdin manalo
Explanation
This task involves configuring a user account named manalo with a specific User ID (UID) of 3533 and setting their password to "flectrag".
Concept tested. User creation with specific UID
Topics
#User management#Account creation#Password setting#Linux commands
Community Discussion
No community discussion yet for this question.