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 |
Tags
- grep
- find
- VirtualBox
- xargs
- web.xml
- Windows 10
- resource
- 줄바꿈 문자
- profile
- import
- Source
- maVen
- 단축키
- IntelliJ
- bash
- JavaScript
- plugin
- Quartz
- lsof
- Eclipse
- 네트워크
- tomcat
- port
- GIT
- context
- netsh
- Windows
- ssh
- Mac
- vscode
Archives
- Today
- Total
목록lsof (2)
develog
[Linux] lsof
lsof list open files 22번 포트에서 실행중인 명령어 보기 sudo lsof -i tcp:22 80 포트에서 실행중인 프로세스 모두 제거 sudo lsof -i tcp:80 -s tcp:listen | sudo xargs kill
카테고리 없음
2020. 8. 25. 00:30
[mac] losf, find by port
lsof -i :8080
OS & Shell/Mac
2020. 1. 21. 15:40