Quote:
Originally Posted by porter
if you have pkill it is a doddle....
[code]pkill xterm[/CODE[
|
Will pkill kill only the instance that a user has permission to kill ?
user A can run the instance proc p1
and user B can also run the same instance proc p1
will pkill identify only the instances from user A and kill only those instances of proc p1
( may be something like ps -fu $user )