Update README.md

This commit is contained in:
Joe Totes
2022-08-04 10:56:17 -04:00
committed by GitHub
parent c2e90fc36d
commit 2e169e061c

View File

@@ -446,7 +446,7 @@ find / -perm -4000 2>/dev/null
# List All Users on a System
cat /etc/passwd
# List All Users on a System
# List All Users on a System (cleaner, only users)
awk F: { print $1} /etc/passwd
# List All Logged in Users