Find Out Process Name Using PID Number
We can find out a process name using its PID number with the help of user defined format i.e comm=
which means command name, same as the process name.
We can find out a process name using its PID number with the help of user defined format i.e comm=
which means command name, same as the process name.
$ ps -p 2523 -o comm= $ ps -p 2295 -o comm=
Comments
Post a Comment