Find user Unix

Find user Unix

If you trying to find user on Linux box you could user id command with user name which will give you UID and all group name where user belongs:

$ id javahonk2015-01-31_2233

  • If you want to find user group where user belongs:

$ id -G javahonk
Find user Unix

  • If you want to find user UID:

$ id -g javahonk
Find user Unix

  • For more information please visit this wiki link

Leave a Reply

Your email address will not be published. Required fields are marked *