Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to list running processes in linux

ps -ef 

OR

ps -ef | grep <process-to-filter> 
e.g 
ps-ef | grep node
Comment

unix command to see processes running

ps
top
w
Comment

linux running processes by name

ps aux | grep firefox
sudo ps aux | grep vim
sudo ps -aux | egrep 'sshd|openvpn|nginx'
Comment

list of current processes linux

# Run command below to get list of "major" processes
ps
Comment

command running processes linux

ps -u [username]
Comment

PREVIOUS NEXT
Code Example
Shell :: sign a commit after push 
Shell :: hyper terminal 
Shell :: $() vs () bash 
Shell :: scp from server to my computer 
Shell :: install macos on vmware ubuntu 
Shell :: Update /etc/apt/sources.list file 
Shell :: how to get the filename without extension 
Shell :: git clone with branch name command 
Shell :: delete github repository without browser 
Shell :: comment installer tar.gz 
Shell :: mongo remove collection 
Shell :: jenkinsfile run curl in a function 
Shell :: docker remove 
Shell :: linux how to execute a script 
Shell :: magento ssh commands 
Shell :: docker desktop for fedora 
Shell :: abbreviated stat for git 
Shell :: npm delete 
Shell :: sms_autofill flutter 
Shell :: create github repository from git bash 
Shell :: hugo documentation 
Shell :: update centos kernel version yum 
Shell :: git how to track files 
Shell :: which command is used to create a new git repository 
Shell :: android studio not running ios simulator 
Shell :: bash list columns 
Shell :: std error bash 
Shell :: meterial ui installesions 
Shell :: kali linux ffuf fuzzingvirtual hosts 
Shell :: lxc bash script source 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =