스타트업/컴퓨터
[컴퓨터] shell 명령어 (ps, kill)
mezzanineX
2020. 7. 29. 14:00
*ps -f
- 사용자가 "나" 인 프로세스만 출력
*kill pid
- pid 에 해당하는 프로세스 kill
반응형