Update README.md
This commit is contained in:
@@ -446,7 +446,7 @@ find / -perm -4000 2>/dev/null
|
|||||||
# List All Users on a System
|
# List All Users on a System
|
||||||
cat /etc/passwd
|
cat /etc/passwd
|
||||||
|
|
||||||
# List All Users on a System
|
# List All Users on a System (cleaner, only users)
|
||||||
awk –F’:‘ ’{ print $1}’ /etc/passwd
|
awk –F’:‘ ’{ print $1}’ /etc/passwd
|
||||||
|
|
||||||
# List All Logged in Users
|
# List All Logged in Users
|
||||||
|
|||||||
Reference in New Issue
Block a user