Categories
Server users?
Good afternoon. Tell me how to see the number of server users other than root? nginx server, ubuntu.
Answer the question
In order to leave comments, you need to log in
# cat /etc/passwd
awk -F: '{if ($3>=1000) print $1}' /etc/passwd
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question