Ubuntu belirli bir bağlantı noktası için komut satırında bir işlemi öldürmeye çalışıyorum.
Bu komutu çalıştırırsanız, bağlantı noktası olsun:
sudo lsof -t -i:9001
yani ... şimdi koşmak istiyorum:
sudo kill 'sudo lsof -t -i:9001'
Bu hata mesajını alıyorum:
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.
Denedim sudo kill 'lsof -t -i:9001'
de