BusyBox ps 전체 명령어 보기

1 개요[ | ]

BusyBox ps 전체 명령어 보기
/prometheus $ ps
PID   USER     TIME  COMMAND
    1 nobody    0:04 /bin/prometheus --storage.tsdb.retention.time=15d --config.file=/etc/config/prometheus.yml --storage.tsdb.path=/data
   17 nobody    0:00 sh
   34 nobody    0:00 ps
/prometheus $ ps -ef
PID   USER     TIME  COMMAND
    1 nobody    0:04 /bin/prometheus --storage.tsdb.retention.time=15d --config.file=/etc/config/prometheus.yml --storage.tsdb.path=/data
   17 nobody    0:00 sh
   35 nobody    0:00 ps -ef

/prometheus $ ps | cat
PID   USER     TIME  COMMAND
    1 nobody    0:04 /bin/prometheus --storage.tsdb.retention.time=15d --config.file=/etc/config/prometheus.yml --storage.tsdb.path=/data --web.console.libraries=/etc/prometheus/console_libraries --web.console.templates=/etc/prometheus/consoles --web.enable-lifecycle --web.config.file=/etc/config/web.yml
   17 nobody    0:00 sh
   38 nobody    0:00 ps
   39 nobody    0:00 cat
/prometheus $ ps | more
PID   USER     TIME  COMMAND
    1 nobody    0:04 /bin/prometheus --storage.tsdb.retention.time=15d --config.file=/etc/config/prometheus.yml --storage.tsdb.path=/data --web.console.libraries=/etc/prometheus/console_libraries --web.console.templates=/etc/prometheus/consoles --web.enable-lifecycle --web.config.file=/etc/config/web.yml
   17 nobody    0:00 sh
   40 nobody    0:00 ps
   41 nobody    0:00 more

2 같이 보기[ | ]

3 참고[ | ]

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