/ Published in: Bash
URL: http://www.linuxforums.org/forum/red-hat-fedora-linux/41672-command-view-list-all-users-groups.html
Expand |
Embed | Plain Text
cat /etc/passwd | cut -d: -f1
You need to login to post a comment.
