Come faccio ad uccidere un processo senza pietà ? Anche se da root dico kill -9 il processo non mi sparisce:
# ps auxf | grep lucio | grep -v grep lucio 14781 0.0 1.3 29396 13968 ? S 11:42 0:00 kded [kdeinit] # kill -9 14781 # ps auxf | grep lucio | grep -v grep lucio 14781 0.0 1.3 29396 13968 ? S 11:42 0:00 kded [kdeinit] Sono su Etch con kernel 2.6.15. -- Per REVOCARE l'iscrizione alla lista, inviare un email a [EMAIL PROTECTED] con oggetto "unsubscribe". Per problemi inviare un email in INGLESE a [EMAIL PROTECTED] To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

