bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ls, chmod options to display or set ACLs?


From: Paul Eggert
Subject: Re: ls, chmod options to display or set ACLs?
Date: Tue, 10 Jun 2008 15:40:37 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Bruno Haible <address@hidden> writes:

> On MacOS X, HP-UX, Solaris, the /bin/chmod program can set ACLs. [1]
> On MacOX X, IRIX, the /bin/ls program has an option to display the contents of
> ACLs. [2]

Solaris 'ls' can also display ACLs; it's the -v and -V options.
Please see <http://docs.sun.com/app/docs/doc/816-5165/ls-1>.

> I'm proposing to add an option to coreutils 'ls' to show the contents of ACLs,
> and to coreutils 'chmod' to set or remove ACLs.

I like this idea.

> I would propose to make it platform independent, so that it can be documented
> in a simple way, and so that scripts relying on GNU chmod could be written
> platform-independently.

I also like this idea.

My personal preference is for the new Solaris-style ACL syntax for ls
and chmod; it's Sun's 2nd-generation design and is fairly well
thought-out.  The downside is that for backward-compatibility reasons
Sun supports different syntaxes for "old"-style (POSIX draft) and
"new"-style (NFSv4) ACLs, and this is confusing.

If it helps, for a brief real-worldish summary of the situation from
the user's point of view there's this recent blog entry:
<http://cuddletech.com/blog/pivot/entry.php?id=939>.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]