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 :: composer install ubuntu 
Shell :: how to install appindicator 
Shell :: libpopt install ubuntu 
Shell :: How to change boot order on fedora 
Shell :: download influxdb for windows 
Shell :: git checkout to pr 
Shell :: install ntfs support debian 
Shell :: Linux install from .tar.gz 
Shell :: npm install and add to dependancies 
Shell :: how to see what files are committed in git 
Shell :: default gatsby typescript started 
Shell :: install owlready2 
Shell :: how to archive files in linux 
Shell :: start redis ubuntu 
Shell :: make error readline/readline.h 
Shell :: git pull on branch 
Shell :: powershell string contains 
Shell :: delete multiple rules ufw 
Shell :: bash parse arguments 
Shell :: bash how to print the list of files in a directory 
Shell :: pi disable ssh warning 
Shell :: extract a tar.xz in linux 
Shell :: code in terminal 
Shell :: read a file and count how many lines 
Shell :: netstat -anp | grep :80 | wc -l 
Shell :: vue 3 qr code reader 
Shell :: how to append two file sin bash 
Shell :: git checkout all deleted files 
Shell :: convert audio to mp3 with ffmpeg 
Shell :: create git repo 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =