B
B
Best1232015-07-26 01:28:36
Nginx
Best123, 2015-07-26 01:28:36

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

2 answer(s)
D
D', 2015-07-26
@Best123

# cat /etc/passwd

B
Bogdan Romanov, 2015-07-27
@st_scar

awk -F: '{if ($3>=1000) print $1}' /etc/passwd

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question