Horje
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




Shell

Related
how to restart the network in ubuntu Code Example how to restart the network in ubuntu Code Example
see uid user linux Code Example see uid user linux Code Example
update grub archlinux Code Example update grub archlinux Code Example
how to clone from heroku Code Example how to clone from heroku Code Example
linux untar Code Example linux untar Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
16