From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <10b109140809081037q728250aq1f9c5ae3ce5f6311@mail.gmail.com> Date: Mon, 8 Sep 2008 19:37:49 +0200 From: "Antonin Vecera" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <10b109140809081017u77954f84r73d53887955cb087@mail.gmail.com> Subject: Re: [9fans] killing 'none' Topicbox-Message-UUID: 0dfe6746-ead4-11e9-9d60-3106f5b1d025 On Mon, Sep 8, 2008 at 7:29 PM, Skip Tavakkolian <9nut@9netics.com> wrote: > 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 Yes, it works! :-) Thanks. Antonin