IT개발/Linux & Unix2009. 6. 9. 12:03
Viewing, Terminating, and Scheduling Process

현재 동작중인 프로세스에 관한 정보를 보여주는 명령은 다음과 같다.

ps
prstat
pgrep

또한 현재 진행중인 프로세스를 종료하는 명령어는 다음과 같다.

kill
killall
pkill
stop

그리고 Scheduling process 명령어는 다음과 같다.

cron
at


Posted by 시티락