LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to check for other users ? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-check-for-other-users-871734/)

Ribo01 03-29-2011 10:08 AM

how to check for other users ?
 
Hello y'all . Would like to know what command can be used to check for other user accounts on my system. Note, not presently logged in users like whocommand just a command to know other users ? Thanks. Distro Red hat

nova49 03-29-2011 10:48 AM

Code:

$ users
Lists out all of the accounts currently logged in.

Hope this helps.

*edit*
Sorry I think I read that wrong

Code:

less /etc/passwd
That will list out user accounts.


All times are GMT -5. The time now is 03:53 AM.