# ps -ef | grep httpd | awk '{print $2}' | xargs kill -9
또는
# killall httpd


http://www.linux.co.kr/home/lecture/index.php?cateNo=1&secNo=27&theNo=&leccode=10801

+ Recent posts