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