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
- import
- grep
- web.xml
- plugin
- 줄바꿈 문자
- IntelliJ
- vscode
- Eclipse
- netsh
- xargs
- tomcat
- ssh
- Source
- Windows 10
- find
- 단축키
- Quartz
- context
- port
- GIT
- Windows
- lsof
- JavaScript
- maVen
- VirtualBox
- resource
- Mac
- profile
- 네트워크
- bash
Archives
- Today
- Total
develog
[HP-UX] 프로세스 확인, ptree, pfiles 본문
프로세스 확인, ptree, pfiles
# ptree | grep httpd
11953 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start
27473 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start
# pfiles 11953 | grep 80
# pfiles 27473 | grep 80
Comments