From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <10b109140809081017u77954f84r73d53887955cb087@mail.gmail.com> Date: Mon, 8 Sep 2008 19:17:38 +0200 From: "Antonin Vecera" To: 9fans@9fans.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] killing 'none' Topicbox-Message-UUID: 0de8b23e-ead4-11e9-9d60-3106f5b1d025 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