ho questo processo in esecuzione:pkill -f non funziona per il processo di uccisione
342 pts/2 T 0:00 sh -c sudo screen /usr/bin/python /usr/bin/btdownloadcurses "http://zoink.it/torrent/732A4A9B54B7E3A916C2835D936D985942F65A6D.torrent" --display_interval 20 --saveas "/srv/"
343 pts/2 T 0:00 sudo screen /usr/bin/python /usr/bin/btdownloadcurses http://zoink.it/torrent/732A4A9B54B7E3A916C2835D936D985942F65A6D.torrent --display_interval 20 --saveas /srv/
344 pts/2 T 0:00 screen /usr/bin/python /usr/bin/btdownloadcurses http://zoink.it/torrent/732A4A9B54B7E3A916C2835D936D985942F65A6D.torrent --display_interval 20 --saveas /srv/
ho provato a correre:
pkill -f http://zoink.it/torrent/732A4A9B54B7E3A916C2835D936D985942F65A6D.torrent
Ma il processo ancora in esecuzione.
Come faccio a forzare i processi che contengono: "http://zoink.it/torrent/732A4A9B54B7E3A916C2835D936D985942F65A6D.torrent"?
domanda come modificata di seguito:
ps ax | grep 'Momomoko.E01.140011.HDTV.H264.720p.mp4'
voglio uccidere tutti i processi che contengono la stringa di cui sopra.
ho provato a fare funzionare la linea di cui sopra, e restituisce tre risultati:
342 pts/2 T 0:00 sh -c sudo screen /usr/bin/python /usr/bin/btdownloadcurses "http://zoink.it/torrent/732A4A9B54B7E3A916C2835D936D985942F65A6D.torrent" --display_interval 20 --saveas "/srv/Momomoko.E01.140011.HDTV.H264.720p.mp4"
343 pts/2 T 0:00 sudo screen /usr/bin/python /usr/bin/btdownloadcurses http://zoink.it/torrent/732A4A9B54B7E3A916C2835D936D985942F65A6D.torrent --display_interval 20 --saveas /srv/Momomoko.E01.140011.HDTV.H264.720p.mp4
344 pts/2 T 0:00 screen /usr/bin/python /usr/bin/btdownloadcurses http://zoink.it/torrent/732A4A9B54B7E3A916C2835D936D985942F65A6D.torrent --display_interval 20 --saveas /srv/Momomoko.E01.140011.HDTV.H264.720p.mp4
Come si esegue questa linea:
ps ax | grep 'Momomoko.E01.140011.HDTV.H264.720p.mp4'
..con php, e kill -9
tutti i processi corrispondenti?
Ho modificato la mia domanda, grazie :) –
@Limzhenxiang controllare di nuovo, ho aggiornato la risposta secondo il vostro nuovo requisito. – Skynet