Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash list process

# List all Processes
/bin/ps aux
# Output
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.0   1256   724 ?        Sl   Oct20   0:01 /init
root     13617  0.0  0.0   1256   436 ?        Ss   Oct22   0:00 /init
root     13618  0.0  0.0   1256   436 ?        S    Oct22   0:00 /init
root     17992  0.0  0.0   1256   436 ?        Ss   18:20   0:00 /init
root     17993  0.0  0.0   1256   436 ?        R    18:20   0:00 /init
potter   17994  1.4  0.0  13500  9140 pts/0    Ss   18:20   0:00 -bash
potter   18136  0.0  0.0   8900  3200 pts/0    R+   18:20   0:00 /bin/ps aux
Comment

PREVIOUS NEXT
Code Example
Shell :: ssh key location windows 
Shell :: gatsby install 
Shell :: switching branch in git 
Shell :: kubeadm get discovery-token-ca-cert-hash 
Shell :: git stash only untracked files 
Shell :: powershell script to run powershell script 
Shell :: firefox http download allow 
Shell :: ubuntu pip cv_bridge 
Shell :: shell less bin 
Shell :: 2&1 linux pipe stderr, stdin, stdout 
Shell :: how to view pdf in terminal 
Shell :: py pip install error winerror the system cannot find the .exe.deleteme 
Shell :: bash if flags 
Shell :: get installed app icon android kotlin 
Shell :: wget every ipv4 
Shell :: Installing nano on Debian/Ubuntu machines 
Shell :: enable synatax hightlighting in nano 
Shell :: npm install only works globally eacces 
Shell :: sed bash change line 
Shell :: ros galactic build from source 
Shell :: ubuntu create large file 
Shell :: static noise ubuntu after update 
Shell :: sudo nano/etc/apt/sources.list 
Shell :: run docker yml arch linux 
Shell :: change github release date 
Shell :: shell remove pdf pages 
Shell :: Send iMessage From Command Line With Bash/Osascript (Osascript = Command Line Version Of Applescript) 
Shell :: How to create a hash file and verify it 
Shell :: labview regex multiple lines 
Shell :: delete 1st row csv for hive table 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =