From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net Date: Mon, 8 Sep 2008 10:29:55 -0700 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: <10b109140809081017u77954f84r73d53887955cb087@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] killing 'none' Topicbox-Message-UUID: 0df73340-ead4-11e9-9d60-3106f5b1d025 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