From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: From: Peter Hull Date: Tue, 25 Jul 2017 10:31:23 +0100 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset="UTF-8" Subject: Re: [9fans] Killing another user's process Topicbox-Message-UUID: c0738bf4-ead9-11e9-9d60-3106f5b1d025 On Tue, 25 Jul 2017 at 10:14 Charles Forsyth wrote: > > lower case kill restricts the list to processes of the invoking user > initial cap Kill doesn't do that. Apologies both - didn't read Skip's answer properly. I saw kill where I should have seen Kill. > for lower case kill, you can @{rfork n; echo -n none >/tmp/none && bind /tmp/none /dev/user && kill tftpd} > you wouldn't normally of course but aspects of that command might be instructive Definitely.