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 | 29 |
30 | 31 |
Tags
- 줄바꿈 문자
- Mac
- import
- context
- Source
- tomcat
- resource
- web.xml
- plugin
- netsh
- grep
- maVen
- profile
- VirtualBox
- Windows
- JavaScript
- find
- 단축키
- port
- Windows 10
- xargs
- GIT
- lsof
- IntelliJ
- bash
- Quartz
- vscode
- 네트워크
- Eclipse
- ssh
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