Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

get users linux

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

how to see users logged in linux

# See who is logged in and what they are running
ps au
Comment

how to see users logged in linux

who -H
Comment

PREVIOUS NEXT
Code Example
Shell :: how to create permanent alias in linux 
Shell :: copy file in linux command 
Shell :: pm2 process disappears after reboot 
Shell :: install drush on ubuntu 18.04 
Shell :: how to open teminal pycharm 
Shell :: linux show file line size 
Shell :: add user to dialout group 
Shell :: push a branch with diffrent name 
Shell :: github username 
Shell :: git login 
Shell :: linux append to file 
Shell :: install talib on server 
Shell :: boost volume in ubuntu 18.04 
Shell :: bash make multiple directories in current directory 
Shell :: Creating a directory or folder in linux 
Shell :: journalctl vacuum 
Shell :: src refspec master does not match any 
Shell :: change user password on mac terminal 
Shell :: sh script options 
Shell :: git switch 
Shell :: android debug keystore windows 
Shell :: nvm install 
Shell :: git stash save 
Shell :: platformio install arduino lib 
Shell :: bash change case 
Shell :: how to update your local repository 
Shell :: add changes from different branch 
Shell :: how to check requirements.txt was installed correctly 
Shell :: how to install pip ubuntu python2 
Shell :: remove git repository from remote 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =