mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 12:44:02 +08:00
*: use lowercase pid (#22369)
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
|
||||
- Java 프로세스의 모든 스레드에 대한 Java 스택 추적 출력:
|
||||
|
||||
`jstack {{자바_PID}}`
|
||||
`jstack {{자바_pid}}`
|
||||
|
||||
- Java 프로세스의 모든 스레드에 대한 혼합 모드(Java/C++) 스택 추적 출력:
|
||||
|
||||
`jstack -m {{자바_PID}}`
|
||||
`jstack -m {{자바_pid}}`
|
||||
|
||||
- Java 코어 덤프에서 스택 추적 출력:
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
- PID를 지정된 파일에 작성:
|
||||
|
||||
`daemonize -p {{경로/대상/PID_파일}} {{명령어}} {{명령어_인자}}`
|
||||
`daemonize -p {{경로/대상/pid_파일}} {{명령어}} {{명령어_인자}}`
|
||||
|
||||
- 락 파일을 사용하여 한 번에 하나의 인스턴스만 실행되도록 보장:
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
- 특정 데몬 PID 파일로 실행:
|
||||
|
||||
`dockerd {{[-p|--pidfile]}} {{경로/대상/PID_파일}}`
|
||||
`dockerd {{[-p|--pidfile]}} {{경로/대상/pid_파일}}`
|
||||
|
||||
- 디버그 모드로 실행:
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
- Record program by URL from the BBC iPlayer website:
|
||||
|
||||
`get_iplayer "https://www.bbc.co.uk/iplayer/episode/{{program_PID}}/{{name-of-show-episode-number-episode-title}}"`
|
||||
`get_iplayer "https://www.bbc.co.uk/iplayer/episode/{{program_pid}}/{{name-of-show-episode-number-episode-title}}"`
|
||||
|
||||
- Download subtitles for a program by results of search:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user