Siddharth Bishnoi

How to Kill a Process in Ubuntu

To kill a process in Ubuntu, find the process ID, send SIGTERM first, then verify that it exited. Use SIGKILL only when the process will not respond, and stop a systemd service with systemctl instead of killing a worker that the service manager will restart. Choose the right way to stop the process A desktop

How to Kill a Process in Ubuntu Read More »