Home > Linux > Quizzes > Linux Basics Practice Test: User Account Management
Linux Basics Practice Test: User Account Management
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 0% Most missed: “User’s Primary Group id is listed in which file, at the time of creation of the …”
User management is a key part of Linux administration, allowing administrators to control access to resources, create a structured user environment, and maintain system security. This involves tasks such as: creating and managing user accounts, setting up user permissions and access control, and monitoring activity to identify security breaches.  Here are some Linux commands that can be used for user management: passwd: Manages account security for an individual user and a system administrator usermod: Modifies existing user account details, such as username, password, home directory... Show more
Linux Basics Practice Test: User Account Management
Time left 00:00
12 Questions

1. What does the following command do ?
who | wc –l
2. User id 0 is
3. A user can change the default log-in shell using
4. User’s Primary Group id is listed in which file, at the time of creation of the user (On a standard Unix system)
5. The login shell is
6. Which of the following identifiers associated with a process decide its privilege level
7. The ls –l output for /etc/passwd and /usr/bin/passwd is as follows:
-rw-rw-r-- 1 root root 2807 Apr 26 13:50 /etc/passwd
 
If a user, not belonging to the group ‘root’, runs the passwd executable in an attempt to modify his password, then which of the following is true?
8. Which of the following command can be used to change the user password?
9. The encrypted password of a user is stored in
10. By default, a Linux user falls under which group?
11. The /etc/passwd file doesn’t contain
12. Which of the following files need to be referred for user’s secondary group?