[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: preferred order of owner, group, author in GNU/Hurd ls -l output?
From: |
Niels Möller |
Subject: |
Re: preferred order of owner, group, author in GNU/Hurd ls -l output? |
Date: |
20 May 2002 23:05:34 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Paul Eggert <eggert@twinsun.com> writes:
> A similar issue arises with the chown command, e.g.,
> which of the following should set the author to 'ams'?
>
> chown eggert:staff:ams foo
> chown eggert:ams:staff foo
> chown ams:eggert:staff foo
I think it would make sense to have chown never change the author
field at all (or at least use a separate option for that, like
--author=nisse).
The purpose of the author field is quite different from the owner and
group information (which I view as primarily an access control tool).
So it makes sense to let chown only manipulate the fields that matter
for access control, and use a different program, chauthor, for
changing the author field.
Regards,
/Niels
- preferred order of owner, group, author in GNU/Hurd ls -l output?, Paul Eggert, 2002/05/18
- Re: preferred order of owner, group, author in GNU/Hurd ls -l output?, Victor Pelt, 2002/05/19
- Re: preferred order of owner, group, author in GNU/Hurd ls -l output?, Marcus Brinkmann, 2002/05/19
- Re: preferred order of owner, group, author in GNU/Hurd ls -l output?,
Niels Möller <=
- Re: preferred order of owner, group, author in GNU/Hurd ls -l output?, Matthew Sackman, 2002/05/24
- Re: preferred order of owner, group, author in GNU/Hurd ls -l output?, James Morrison, 2002/05/24
- Re: preferred order of owner, group, author in GNU/Hurd ls -l output?, Alfred M. Szmidt, 2002/05/24
- Re: preferred order of owner, group, author in GNU/Hurd ls -l output?, James Morrison, 2002/05/24
- Re: preferred order of owner, group, author in GNU/Hurd ls -l output?, Alfred M. Szmidt, 2002/05/24
- Re: preferred order of owner, group, author in GNU/Hurd ls -l output?, Alfred M. Szmidt, 2002/05/24