우분투의 특정 포트에 대한 명령 줄에서 프로세스를 종료하려고합니다.
이 명령을 실행하면 포트가 나타납니다.
sudo lsof -t -i:9001
그래서 ... 지금 실행하고 싶습니다 :
sudo kill 'sudo lsof -t -i:9001'
이 오류 메시지가 나타납니다.
ERROR: garbage process ID "lsof -t -i:9001".
Usage:
kill pid ... Send SIGTERM to every process listed.
kill signal pid ... Send a signal to every process listed.
kill -s signal pid ... Send a signal to every process listed.
kill -l List all signal names.
kill -L List all signal names in a nice table.
kill -l signal Convert between signal numbers and names.
나도 시도 sudo kill 'lsof -t -i:9001'
했다