ifanna.blogg.se

Linux list all processes owned by me no permissions
Linux list all processes owned by me no permissions












linux list all processes owned by me no permissions

$USER ALL = (ALL) /usr/bin/pkill -STOP -u brother, /usr/bin/pkill -CONT -u brother You also need a NOPASSWD entry in sudoers: sudo tee /etc/sudoers.d/stop-brother <can use an Upstart session job, one which would run when you logged in or out or locked or unlocked your screen. To awaken the stopped processes, the SIGCONT signal is used: sudo pkill -CONT -u brother

linux list all processes owned by me no permissions

One way would be to send the SIGSTOP signal to all of your brother's processes: sudo pkill -STOP -u brother














Linux list all processes owned by me no permissions