"BusyBox pgrep"의 두 판 사이의 차이

(새 문서: ==개요== ;BusyBox pgrep, Alpine pgrep ;비지박스 pgrep, 알파인 pgrep <syntaxhighlight lang='console'> $ pgrep BusyBox v1.33.1 () multi-call binary. Usage: pgrep [-flanovx] [...)
 
24번째 줄: 24번째 줄:
==같이 보기==
==같이 보기==
* [[리눅스 pgrep]]
* [[리눅스 pgrep]]
* [[BusyBox pgrep -af]]


[[분류: BusyBox]]
[[분류: BusyBox]]
[[분류: pgrep]]
[[분류: pgrep]]

2022년 8월 1일 (월) 14:14 판

1 개요

BusyBox pgrep, Alpine pgrep
비지박스 pgrep, 알파인 pgrep
$ pgrep
BusyBox v1.33.1 () multi-call binary.

Usage: pgrep [-flanovx] [-s SID|-P PPID|PATTERN]

Display process(es) selected by regex PATTERN

        -l      Show command name too
        -a      Show command line too
        -f      Match against entire command line
        -n      Show the newest process only
        -o      Show the oldest process only
        -v      Negate the match
        -x      Match whole name (not substring)
        -s      Match session ID (0 for current)
        -P      Match parent process ID

2 같이 보기

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