🍡Processes 101

To cleanly kill a process, we would send the signal SIGTERM.

The command "systemctl enable myservice" will stop the service "myservice".

The command "fg" will bring a previously backgrounded process to the foreground.

Last updated