nerdexam
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

  1. 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

Reference. https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_users_and_groups/assembly_managing-user-accounts_managing-users-and-groups

Topics

#User management#Account creation#Password setting#Linux commands

Community Discussion

No community discussion yet for this question.

Full EX200 Practice