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