

$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 <

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