Próbuję zabić proces w wierszu polecenia dla określonego portu w Ubuntu.
Jeśli uruchomię to polecenie, otrzymam port:
sudo lsof -t -i:9001
więc ... teraz chcę uruchomić:
sudo kill 'sudo lsof -t -i:9001'
Otrzymuję ten komunikat o błędzie:
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.
Próbowałem sudo kill 'lsof -t -i:9001'
też