BusyBox ps

1 개요[ | ]

BusyBox ps
/ # ps
PID   USER     TIME  COMMAND
    1 root      0:00 sh /entrypoint.sh
    8 root      0:00 crond -f
    9 root      0:00 sh
   30 root      0:00 ps
/ # ps -ef
PID   USER     TIME  COMMAND
    1 root      0:00 sh /entrypoint.sh
    8 root      0:00 crond -f
    9 root      0:00 sh
   30 root      0:00 ps
/ # ps -oo
ps: bad -o argument 'o', supported arguments: user,group,comm,args,pid,ppid,pgid,etime,nice,rgroup,ruser,time,tty,vsz,sid,stat,rss

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}