|
Search:
Advanced search
|
Browse by category:
|
How do I list users on Linux |
|||||
I don't know of any specific (command line) command to list Linux users. But this will list users from /etc/passwd cat /etc/passwd | cut -d":" -f1
|
|||||
Powered by
KBPublisher (Knowledge base software)