How to find the User Id for a specific user in Linux?
|
|
|
|
|
Question: How to find the User Id for a specific user in Linux? Answer: - Open a new Terminal Session if not already in the command line.
- Enter the following command. Replace UNAME with the name of the user.
- This will output the User Id for the Username specified.
|