Author: Skip TavakkolianSkip Tavakkolian Date: Sep 8, 2008 10:29
if you're the host owner, you can do 'Kill' -- with a captial k.
> Hello all,
>
> I run on my terminal a process, which switches user id to 'none' (f.e. tftpd).
> I can't kill that process.
>
> ps | grep none
> none 132 0:00 0:00 140K Open tftpd
>
> echo kill>/proc/132/note
> /proc/132/note: rc: can't open: '/proc/132/note' permission denied
>
> Is it somehow possible to kill that process?
> Or is it necessary to reboot?
>
>
> Antonin
|