PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : proftpd Service stoppen? Kill geht nicht



malcadon
02.03.02, 02:10
HIya ich kann meinen ftp wunderbar per eingabe von ; proftpd starten

Nur wie stoppe ich ihn dann wieder?

[root@linux root]# kill proftpd
bash: kill: proftpd: no such pid
[root@linux root]# cd /
[root@linux /]# kill proftpd
bash: kill: proftpd: no such pid


funkzt nicht siehe oben

[root@linux /]# proftpd -kill
- Unknown option: k

und das geht auch nicht...

per ps -e zeigt er mir aber eindeutig an das er am laufen ist

Thx und Gruß Malcadon

red.iceman
02.03.02, 09:32
nimm die PID-Nummer und dann:

kill -9 PID
_
ri

malcadon
02.03.02, 11:54
danke die -9 hat irgendwie gefehlt bei mir...