0

Get Pid of particular process

Hi, i want to find the Process ID (PID) for a particular process like httpd, since i have using ps command like below inorder to get the PID of httpd

ps aux | grep httpd

I want to know is there any other simple command to get all the PID' s of a process? Thanks in advance

julian
asked May 29, 2018
1 Answer
0

You can use the below command to find the PID for particular process

pidof httpd
View More
parthiban
answered May 30, 2018
Your Answer
||||
x
 
100:0