Which of the following commands will display the UID of a user named alicewoods when entered at the shell prompt?
  1. finger alicewoods
  2. UID alicewoods
  3. id alicewoods
  4. info alicewoods
Explanation
Answer - C - The command that displays the UID of a user named alicewoods is id alicewoods

Key Takeaway: Entering id alicewoods will display the UID of that user account. UID is a unique number assigned to every Linux user account when it is created. No two user accounts on a Linux system can have the same UID.
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz