Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux running processes by name

ps aux | grep firefox
sudo ps aux | grep vim
sudo ps -aux | egrep 'sshd|openvpn|nginx'
Source by www.cyberciti.biz #
 
PREVIOUS NEXT
Tagged: #linux #running #processes
ADD COMMENT
Topic
Name
9+5 =