ipcs -s | grep root | awk ' { print $2 } ' | xargs ipcrm sem #root 는 ipcs -s 로 검색해서 나온 owner의 값을 넣어준다
tail /log/httpd/error_log