Search notes:

Shell command: kill

kill terminates (which is an euphemism) a process.

Quickly kill a process

Kill the process whose name contains CMD:
$ kill -9  $(ps -ef | grep CMD | grep -v grep | awk '{print $2}')
But see also killall to kill a process by its name.

See also

signal
The cmd.exe equivalent seems to be taskkill.exe.
Shell commands

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/sh...', 1738291628, '3.143.254.28', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/shell/commands/kill(51): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78