Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu list users

cat /etc/passwd
Comment

how to get list of users in ubuntu

cat /etc/passwd
#check list of users in linux ubuntu
Comment

list all user ubuntu server

cut -d: -f1 /etc/passwd
Comment

ubuntu list of users

awk -F: '{ print $1}' /etc/passwdCopy
Comment

PREVIOUS NEXT
Code Example
Shell :: stop npm running on port 3000 
Shell :: git push specific ssh key 
Shell :: add user ubuntu 20.04 
Shell :: rot13 in bash 
Shell :: check lines of code in a folder 
Shell :: register runner gitlab 
Shell :: install discord fedora 
Shell :: husky install 
Shell :: Could not resolve dependency: peer @angular/common@"^8.0.0" from @ng-bootstrap/ng-bootstrap@5.3.1 
Shell :: ubuntu power settings high performance 
Shell :: search in apt-get 
Shell :: install ionic 6 
Shell :: how to set up git in linux terminal 
Shell :: kubuntu 21.04 to 21.10 upgrade 
Shell :: configure editor for git 
Shell :: wsl screen permission denied 
Shell :: node install mint 
Shell :: check time in linux 
Shell :: yarn start error error listen EADDRINUSE: address already in use :::8081. 
Shell :: flutter path mac 
Shell :: install xcode terminal 
Shell :: bash delete swap file 
Shell :: remove folder from repo but keep locally 
Shell :: extract audio from video ffmpeg 
Shell :: remove all containers docker 
Shell :: ubuntu check permissions of file 
Shell :: windows docker volume location 
Shell :: git clone repo with name 
Shell :: git view stash 
Shell :: test if file is executable bash 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =