Menu
Horje
Hi !
Welcome,
Guest
Close Menu
Home
Coding
Code Example
Download
Home
Coding
Code Example
List users in linux Code Example
list users in linux
cat /etc/passwd
list all users linux
awk -F: '{ print $1}' /etc/passwd
Source:
linuxize.com
users list linux
cut -d: -f1 /etc/passwd or cat /etc/passwd
Next
Previous
Shell
Related
how to restart the network in ubuntu Code Example
see uid user linux Code Example
update grub archlinux Code Example
how to clone from heroku Code Example
linux untar Code Example
Type
:
Code Example
Category
:
Coding
Sub Category
:
Code Example
Uploaded by
:
Admin
Views
:
16