tag 13738 + moreinfo thanks anatoly techtonik wrote: > The 'users' command shows users who are currently online. It will be nice > to have --all option to show all users.
Do you mean the equivelent to this?
$ getent passwd | awk -F: '{print$1}'
Bob
