Linuxにpkillでプロセスを終了する方法

2021年4月4日

書式
pkill オプション パターン

操作例
httpdプロセスを終了
# pkill httpd
# pgrep -a httpd

Linux

Posted by arkgame