Quote:
Originally posted by gwp
Do a man on finger and who
#man finger
#man who
This will give all the options that you can use with these
|
I suppose this will give the info about all users who are currently logged in ->
Users who are not logged in will not be got by these commands
Code:
cat /etc/passwd | awk -F ":" '{print $1}'
gives you all users . However system users i.e, shutdown,apache so on will also be exhibited