mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 09:42:07 +02:00
12 lines
310 B
Markdown
12 lines
310 B
Markdown
# fkill
|
|
|
|
> 프로세스를 훌륭하게 종료. 크로스 플랫폼에서도 가능.
|
|
> 더 많은 정보: <https://github.com/sindresorhus/fkill>.
|
|
|
|
- 대화형 인터페이스를 사용하려면 인수 없이 실행:
|
|
|
|
`fkill`
|
|
|
|
- PID, 이름 또는 포트로 프로세스를 종료:
|
|
|
|
`fkill {{pid|name|:port}}`
|