>> Delete No. 43085 article
No. 프로세스좀 봐주세요.

등록 2002-02-22 14:55:00 By localhost     조회 2
이름 초보    

		프로세스관리 뭐 이런말 있던데.. 전혀 이해가 안가거든요?
유용한 명령어 사용법좀 알려주세요..
 그리고 다음은 제가 한번 쳐본건데 타자칠줄만(ps) 알지 보는법을 모르겠습니다.
조금만이라도 알려주시길..
 # ps -aux
USER       PID %CPU %MEM   VSZ  RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.1  1308  532 ?        S    12:05   0:05 init [3]
root         2  0.0  0.0     0    0 ?        SW   12:05   0:00 [kflushd]
root         3  0.0  0.0     0    0 ?        SW   12:05   0:00 [kupdate]
root         4  0.0  0.0     0    0 ?        SW   12:05   0:00 [kpiod]
root         5  0.0  0.0     0    0 ?        SW   12:05   0:00 [kswapd]
root         6  0.0  0.0     0    0 ?        SW<  12:05   0:00 [mdrecoveryd]
root        69  0.0  0.0     0    0 ?        SW   12:05   0:00 [khubd]
root       346  0.0  0.1  1368  596 ?        S    12:07   0:00 syslogd -m 0
root       356  0.0  0.2  1680  880 ?        S    12:07   0:00 klogd
root       371  0.0  0.1  1292  532 ?        S    12:07   0:00 /usr/sbin/apmd -p 10 -w 5 -W -P /etc/syscon
fig/apm-scripts/apms nobody     425  0.0  0.2  7584  712 ?        S    12:07   0:00 identd -e -o
nobody     428  0.0  0.2  7584  712 ?        S    12:07   0:00 identd -e -o
nobody     429  0.0  0.2  7584  712 ?        S    12:07   0:00 identd -e -o
nobody     431  0.0  0.2  7584  712 ?        S    12:07   0:00 identd -e -o
nobody     432  0.0  0.2  7584  712 ?        S    12:07   0:00 identd -e -o
daemon     444  0.0  0.1  1340  584 ?        S    12:07   0:00 /usr/sbin/atd
root       480  0.0  0.3  2204 1008 ?        S    12:07   0:00 xinetd -stayalive -reuse -pidfile /var/run/x
inetd.pid root       516  0.0  0.1  1332  492 ttyS0    S    12:07   0:00 gpm -t ms
root       531  0.0  0.2  1536  716 ?        S    12:07   0:00 crond
root       566  0.0  1.0  4432 3256 ?        S    12:07   0:00 xfs -droppriv -daemon
root       599  0.0  0.1  1280  432 tty1     S    12:07   0:00 /sbin/mingetty tty1
root       600  0.0  0.1  1280  432 tty2     S    12:07   0:00 /sbin/mingetty tty2
root       601  0.0  0.1  1280  432 tty3     S    12:07   0:00 /sbin/mingetty tty3
root       602  0.0  0.1  1280  432 tty4     S    12:07   0:00 /sbin/mingetty tty4
root       603  0.0  0.1  1280  432 tty5     S    12:07   0:00 /sbin/mingetty tty5
root       604  0.0  0.1  1280  432 tty6     S    12:07   0:00 /sbin/mingetty tty6
root       670  0.1  0.5  3396 1928 ?        S    14:44   0:00 sshd -i
root       671  0.0  0.4  2784 1356 pts/0    S    14:44   0:00 -bash
root       702  0.0  0.2  2724  868 pts/0    R    14:49   0:00 ps -aux
 # ps -ef
UID        PID  PPID  C STIME TTY          TIME CMD
root         1     0  0 12:05 ?        00:00:05 init [3]
root         2     1  0 12:05 ?        00:00:00 [kflushd]
root         3     1  0 12:05 ?        00:00:00 [kupdate]
root         4     1  0 12:05 ?        00:00:00 [kpiod]
root         5     1  0 12:05 ?        00:00:00 [kswapd]
root         6     1  0 12:05 ?        00:00:00 [mdrecoveryd]
root        69     1  0 12:05 ?        00:00:00 [khubd]
root       346     1  0 12:07 ?        00:00:00 syslogd -m 0
root       356     1  0 12:07 ?        00:00:00 klogd
root       371     1  0 12:07 ?        00:00:00 /usr/sbin/apmd -p 10 -w 5 -W -P /etc/sysconfig/apm-scripts/apm
script nobody     425     1  0 12:07 ?        00:00:00 identd -e -o
nobody     428   425  0 12:07 ?        00:00:00 identd -e -o
nobody     429   428  0 12:07 ?        00:00:00 identd -e -o
nobody     431   428  0 12:07 ?        00:00:00 identd -e -o
nobody     432   428  0 12:07 ?        00:00:00 identd -e -o
daemon     444     1  0 12:07 ?        00:00:00 /usr/sbin/atd
root       480     1  0 12:07 ?        00:00:00 xinetd -stayalive -reuse -pidfile /var/run/xinetd.pid
root       516     1  0 12:07 ttyS0    00:00:00 gpm -t ms
root       531     1  0 12:07 ?        00:00:00 crond
root       566     1  0 12:07 ?        00:00:00 xfs -droppriv -daemon
root       599     1  0 12:07 tty1     00:00:00 /sbin/mingetty tty1
root       600     1  0 12:07 tty2     00:00:00 /sbin/mingetty tty2
root       601     1  0 12:07 tty3     00:00:00 /sbin/mingetty tty3
root       602     1  0 12:07 tty4     00:00:00 /sbin/mingetty tty4
root       603     1  0 12:07 tty5     00:00:00 /sbin/mingetty tty5
root       604     1  0 12:07 tty6     00:00:00 /sbin/mingetty tty6
root       670   480  0 14:44 ?        00:00:00 sshd -i
root       671   670  0 14:44 pts/0    00:00:00 -bash
root       706   671  0 14:51 pts/0    00:00:00 ps -ef
 --
..
[관리자] 패스워드를 입력 하십시오. 답장이 존재하면 함께 삭제됩니다.[ 목록 | 이전 ]
패스워드:    

Copyleft 1999-2026 by JSBoard Open Project
Theme Designed by IDOO All right reserved