x

PS -EF Command in Unix

PREV     NEXT

PS -EF Command in Unix:


How to find PID of the process?

 The PID of the process can be found using “ps-ef” command.

Ps -ef command in UNIX:

This command is used to find the PID (Process ID, Unique number of the process) of the process. Each process will have the unique number which is called as PID of the process.

Ex:



Like it? Please Spread the word!