DEV Community

Discussion on: Killing many procs at one time

Collapse
 
andreanidouglas profile image
Douglas R Andreani

The problem with daemons is that they are usually controller by the init system (upstart or systemd) generally. So once you kill it, the init system will respawn it. You will have to stop it from the init system

systemctl stop sshd.service