Sunday, 15 June 2014

Unix command to find user holding a process -



Unix command to find user holding a process -

in unix, command exists know user (login id) holding particular pid. need kill process dont have rights. need track downwards user started process , inquire him/her kill it

ps aux show running processes owner. can grep pid if know it.

alternatively can ps u -p <pid> user displayed first column.

unix

No comments:

Post a Comment