Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- xargs
- Windows 10
- Windows
- JavaScript
- netsh
- resource
- Quartz
- web.xml
- Eclipse
- tomcat
- 줄바꿈 문자
- GIT
- ssh
- port
- Source
- context
- maVen
- vscode
- import
- 네트워크
- find
- grep
- VirtualBox
- Mac
- plugin
- lsof
- 단축키
- IntelliJ
- bash
- profile
Archives
- Today
- Total
develog
[Linux] ps kill 본문
ps 로 검색후 kill 하기
ps aux | grep java | grep -v grep | grep 'tomcat6/' | awk '{print $2}' | xargs kill -9 |
'OS & Shell > Linux' 카테고리의 다른 글
[linux] 파일 내용 검색, find xargs, grep (0) | 2020.11.27 |
---|---|
[Linux] 파일 수정일자로 삭제 (0) | 2018.03.07 |
[Linux] 파일 날짜 변경, touch (0) | 2018.03.07 |
[bash] find tomcat & exec (0) | 2017.11.23 |
[Linux] 명령어 같이 실행 (0) | 2017.11.23 |
Comments