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

Re: [MacPerl] Permissions - Workaround?



On Mon, Jun 07, 1999 at 11:08:46PM -0700, Patrick Béart wrote:
> >At 5:56 PM -0700 6/7/99, Peta Adams / John Murray wrote:
> >I'm using Fetch 2.1.2.
> >
> 
> 	To use Fetch to "set permissions" do the following:
> 
> 1.  Choose "Remote"(menu at top), "Set Upload Permissions..."

Note that "Set Upload Permissions..." sets the umask for further uploading
of files.  If you want to set the permissions on files that are already on
the remote machine, you use the "Set Permissions..." command.


> 2.  Remember that "Owner" is "4", "Group" is "2", and "Everyone" is "1".

Huh?  No, "read" is 4, "write" is 2, and "execute" is 1.  "Owner" is the
left-most digit in the mode, "group" the middle digit, and "everyone" the
last digit.


> Therefore, to chmod 755, you check the boxes for "Read" (all checked),
> "Write" (owner and group, only), and "Search/Execute" (owner and group,
> only).

No, that would be a mode of 774.  755 is owner - read, write, execute;
group - read, execute; everyone - read, execute.



Ronald

===== Want to unsubscribe from this list?
===== Send mail with body "unsubscribe" to macperl-request@macperl.org