From owner-freebsd-hackers Mon Jun 26 14:58:33 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA06122 for hackers-outgoing; Mon, 26 Jun 1995 14:58:33 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id OAA06113 for ; Mon, 26 Jun 1995 14:58:30 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA23789; Mon, 26 Jun 1995 23:58:26 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id XAA14442 for freebsd-hackers@freebsd.org; Mon, 26 Jun 1995 23:58:26 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id WAA24000 for freebsd-hackers@freebsd.org; Mon, 26 Jun 1995 22:10:54 +0200 From: J Wunsch Message-Id: <199506262010.WAA24000@uriah.heep.sax.de> Subject: Re: weird filesystem state (cannot remove files) To: freebsd-hackers@freebsd.org (FreeBSD hackers) Date: Mon, 26 Jun 1995 22:10:53 +0200 (MET DST) Reply-To: freebsd-hackers@freebsd.org (FreeBSD hackers) In-Reply-To: <199506261345.PAA03139@gilberto.physik.rwth-aachen.de> from "Christoph Kukulies" at Jun 26, 95 03:45:17 pm Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 631 Sender: hackers-owner@freebsd.org Precedence: bulk As Christoph Kukulies wrote: > > > Besides, what's wrong with a mode 555 /kernel? > > Nothing unless it confuses the 'mundane root user' who is not aware of > BSD 4.4 chflags. I vote for a 'See also' in chmod or a FAQ entry. Root's `ls' is currently aliased to `ls -g -k'. `-g' is obsolete now, and we should make this an alias to `ls -o -k'. The `-o' flag doesn't do anything for a regular `ls', but in conjunction with a `-l' it will display the file flags, too. Any objections? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)