Thursday, March 31, 2022

List all processes in LINUX;

 $ ps -a

$ ps -a <PID>  //Shows of the process

$ ps -a <PID 1> <PID 2> // List of 2 processes


https://superuser.com/questions/632979/if-i-know-the-pid-number-of-a-process-how-can-i-get-its-name

No comments: