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
- IntelliJ
- import
- Mac
- plugin
- bash
- Quartz
- profile
- grep
- VirtualBox
- lsof
- GIT
- Eclipse
- port
- resource
- 줄바꿈 문자
- maVen
- tomcat
- Windows
- context
- ssh
- xargs
- JavaScript
- netsh
- Source
- vscode
- web.xml
- 네트워크
- 단축키
- find
- Windows 10
Archives
- Today
- Total
develog
[linux] ps 프로세스, 부모 프로세스, 스레드 확인 본문
# 프로세스와 부모 프로세스, 트리 형태
ps -ef --forest
# 스레드 확인
ps -eLf
# 프로세스와 스레드를 트리 형태로 확인
pstree -p -t
Comments