Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Shell/Bash
list all users linux
Ister
Programming language:
Shell/Bash
2021-01-27 18:17:05
6
Q:
list all users linux
asucank
Code:
Shell/Bash
2021-01-18 22:37:11
cat /etc/passwd
4
Jim
Code:
Shell/Bash
2021-03-09 14:13:23
awk -F: '{ print $1}' /etc/passwd
7
Tags
user
use
list
linux
Related
list users in linux
list number of files in each folder linux
show ip address linux
show all processes linux
linux list
list user groups linux
how to check how many files are in a folder linux
linux wc list of files
how to get list of users in ubuntu
list all user ubuntu server
linux command to list directory size
display all files in a directory linux
list available shells linux
check which users are part of a group linux
linux list directories
Show server info linux
New to Communities?
Join the community