[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Permissions and Ownership command
- Subject: Re: [cobalt-users] Permissions and Ownership command
- From: "Andy Clyde, oxfordmusic.net" <andy.clyde@xxxxxxxxxxxxxxx>
- Date: Fri Jul 19 04:17:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
>
> When two users with FTP, userA and userB, userA uploads some files, the
> files are owned by userA, userB uploads different files and these are
> owned by userB. With 644, only the user that originaly uploaded the
> files will be able to modify or delete. Changing to 664 (-rw-rw-r--) takes
> care of this, since both userA and userB are in the same site# group. (You
> can research to find to make this the default, or most FTP-clients can
> chmod and push this responsiblity off to the end-user)
>
shouldn't that be chmod 665 directory?
when i do a chmod 664, the pages will not display via the web...
andy