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