1. Check all system users by displaying the contents of /etc/passwd. (Command required in output)
Understanding the /etc/passwd File
The /etc/passwd file stores user account information.
Each line represents one user and contains seven fields separated by :.
Command to View It:
bashCopyEditcat /etc/passwd
Example Entry in /etc/passwd
rubyCo...