1. 먼저 구동중인 프로세스 리스트 보기
[ Linux ]
ps -ef
[Windows]
tasklist
2. 프로세스 종료
[Linux]
killall -9 "서비스명"
[Windows]
taskkill /f /im "서비스명"
자세한 설명은 생략... 나중에 추가 해야 할 예정(?).... 절대 예정임... ㅠ.ㅠ
'Server(Windows&Linux)' 카테고리의 다른 글
[Linux] yum 사용하기... (0) | 2014.12.26 |
---|---|
[Linux] CentOS ssh 설치하기 (2) | 2014.08.07 |
[Windows] Tomcat 서비스 체크를 위한 Bat 파일 작성 (0) | 2014.03.06 |
[Windows] Tomcat Service Restart (0) | 2014.02.27 |
[Linux] 파일내 문자를 찾아서 바꾸자. (0) | 2013.12.04 |