The ___________ file in Linux contains user account information, including UID and GID.
- /etc/passwd
- /etc/shadow
- /etc/group
- /etc/login
The /etc/passwd file in Linux contains user account information, including UID (User ID) and GID (Group ID). It stores essential user details, such as username, home directory, and default shell.
Loading...
Related Quiz
- The _________ command provides a bird's-eye view of the system's current resource usage, including CPU, RAM, and swap.
- Which Linux utility allows you to monitor and manage system CPU performance?
- Which protocol is primarily used by SSH for secure remote access?
- The command ________ provides real-time statistics about network connections, both incoming and outgoing.
- In a shell script, if you want to refer to the last argument passed, you would use the _________ special variable.