How to kill a process started with a different user without being root or sudoer?
- by ATelesca
Hello,
in a Linux environment, I need to kill a process which has been started by user2 if I am user1 without being sudoers or using root.
Do you know if there is a way of setting that when launching the process? Such as a list of users allowed to kill the process?
Thanks