RHEL5/6 Interview Questions : User Adminsitration
1. What command (and options) can be used to create a user named JSmith with the description “Jr Admin”? 1a. useradd –c “Jr Admin” JSmith 2. What is the format of the /etc/shadow file? 2a. The format of the /etc/shadow file is <username>:<encrypted password>:<last passwd change>:<min>:<max>:<warn>:<inactive>:<expires>:<not used>. 3....