
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] group question
On Tue, 26 Nov 2002 17:43:06 +0900
Jean-Christian Imbeault <jc@example.com> wrote:
> even though the file had these perms:
> -rw-r--r-- 1 B B
> But strangely enough A couldn't *overwrite* files created by B.
If you look at the ownerships and permissions of the above file, you see that A
has no write permission. But since the file was in a directory writable by A, A
has the right to delete the file.
If you want A to have write permission to the file, the file needs to have
proper permissions (group writable, see: `umask 002`) and A has to be in group
B.
HTH.
Home |
Main Index |
Thread Index