Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

users list linux

cut -d: -f1 /etc/passwd
or
cat /etc/passwd
Comment

get users linux

$ cat /etc/passwd | cut -d: -f1
Comment

linux list users

cut -d: -f1 /etc/passwdCopy
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install viber on ubuntu 
Shell :: install dotnet 6 on ubuntu 
Shell :: skript execute console command 
Shell :: git cancel last commit 
Shell :: install vee validate 
Shell :: ubuntu install clamav 
Shell :: nvm install lts 
Shell :: errors were encountered while processing: mysql-server-5.7 mysql-server e: sub-process /usr/bin/dpkg returned an error code (1) 
Shell :: how to run docker without sudo 
Shell :: docker remove images without tag 
Shell :: remove all cache ubuntu 
Shell :: libssl-dev install on ubuntu 
Shell :: remove ruby from mac 
Shell :: change folder permisson in mac 
Shell :: disable ufw 
Shell :: powershell if file exists 
Shell :: delete local branch 
Shell :: sqlite laravel 
Shell :: restart xampp linux 
Shell :: zsh: command not found: conda 
Shell :: laravel install ui bootstrap with auth 
Shell :: how to install staruml on ubuntu 18.04 
Shell :: git config ssl verify false 
Shell :: git overwrite urlk 
Shell :: see total space available in shell 
Shell :: docker destroy all 
Shell :: linux start mongodb 
Shell :: install pip kali 
Shell :: debian create user 
Shell :: restart network centos 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =