Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 1995 22:10:53 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-hackers@freebsd.org (FreeBSD hackers)
Subject:   Re: weird filesystem state (cannot remove files)
Message-ID:  <199506262010.WAA24000@uriah.heep.sax.de>
In-Reply-To: <199506261345.PAA03139@gilberto.physik.rwth-aachen.de> from "Christoph Kukulies" at Jun 26, 95 03:45:17 pm

next in thread | previous in thread | raw e-mail | index | archive | help
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. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506262010.WAA24000>