common/p*: add Korean translation (#14663)
* common/p*: add Korean translation * Update pages.ko/common/perldoc.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/pcdovtoppm.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
16
pages.ko/common/pgrep.md
Normal file
16
pages.ko/common/pgrep.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# pgrep
|
||||
|
||||
> 이름으로 프로세스를 찾거나 신호를 보냅니다.
|
||||
> 더 많은 정보: <https://www.manned.org/pgrep>.
|
||||
|
||||
- 실행 중인 프로세스 중 일치하는 명령 문자열을 가진 프로세스의 PID 반환:
|
||||
|
||||
`pgrep {{프로세스_이름}}`
|
||||
|
||||
- 명령줄 옵션을 포함하여 프로세스를 검색:
|
||||
|
||||
`pgrep --full "{{프로세스_이름}} {{매개변수}}"`
|
||||
|
||||
- 특정 사용자가 실행한 프로세스를 검색:
|
||||
|
||||
`pgrep --euid root {{프로세스_이름}}`
|
Reference in New Issue
Block a user