#linux #services #service #systemctl #ssh #debian #ubuntu #systemctl
Services loaded in linux
``/etc/init.d ``
ls -al
Start service
``service ssh start ``
Stop:
``service ssh stop``
Restart
``service ssh restart ``
Make a service start at boot:
``systemctl enable unbound``
[[Create Linux Services]]
[[Control Windows Services]]