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

(새 문서: ==개요== ;BusyBox pgrep -af <syntaxhighlight lang='console'> bash-5.1$ pgrep dumb-init 1 bash-5.1$ pgrep dumb-init -a 1 /usr/bin/dumb-init bash-5.1$ pgrep dumb-init -af 1 /usr/bin/...)
 
 
16번째 줄: 16번째 줄:
* [[BusyBox pgrep -a]]
* [[BusyBox pgrep -a]]


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

2022년 8월 1일 (월) 14:19 기준 최신판

1 개요[ | ]

BusyBox pgrep -af
bash-5.1$ pgrep dumb-init
1
bash-5.1$ pgrep dumb-init -a
1 /usr/bin/dumb-init
bash-5.1$ pgrep dumb-init -af
1 /usr/bin/dumb-init -- /nginx-ingress-controller --ingress-class=proxy-private --configmap=ingress-nginx/nginx-configuration --publish-service=ingress-nginx/ingress-nginx --annotations-prefix=nginx.ingress.kubernetes.io --tcp-services-configmap=ingress-nginx/tcp-services

2 같이 보기[ | ]

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