Reputation: 124
Is it possible to kill all processes run in one directory? Processes have the same user.
For example (runing processes ):
/bin/1/a/p1
/bin/1/b/p2
/bin/2/a/p3
And I want kill all processes from /bin/1/
(/bin/1/a/p1
and /bin/1/b/p2
).
Upvotes: 1
Views: 2268