Author Topic: Chmod 777/chmod 666 definitions for Transmit FTP  (Read 6103 times)

0 Members and 1 Guest are viewing this topic.

Offline rsorbo

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • http://sorboimages.com
Chmod 777/chmod 666 definitions for Transmit FTP
« on: December 11, 2002, 07:03:12 AM »
Hi:

First off, just what I've been looking for! Great job!
Finally a script that handles IPTC meta data!
Now for my issue...?
I know these are folder/file permissions but what is the meanings for each one.
I'm using Transmit for the FTP'n and it's permission dialog is different.
I've got Owner, Group, World. What needs to be checked for Read, Write and Execute?
For the Templates is there a quick way to batch permission all these files?
Thanks in advance.

Rob

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Re: Chmod 777/chmod 666 definitions for Transmit FTP
« Reply #1 on: December 11, 2002, 04:05:17 PM »
Quote from: rsorbo
I'm using Transmit for the FTP'n and it's permission dialog is different.
I've got Owner, Group, World. What needs to be checked for Read, Write and Execute?

All of them.

Quote from: rsorbo

For the Templates is there a quick way to batch permission all these files?

If you mean file permissions, you'll need to consult your FTP documentation.

Offline bernd

  • Full Member
  • ***
  • Posts: 214
    • View Profile
Chmod 777/chmod 666 definitions for Transmit FTP
« Reply #2 on: December 13, 2002, 09:52:51 AM »
rsorbo, if I got your question right you are asking what "CHMOD 666" means, right?

CHMOD 666 is the octal writing of allowing everyone (owner, group, world in Transmit terms) read and write access to that file (or folder).

CHMOD 777 is the octal for allowing everyone everything: read, write, execute (what this means for a folder I think you've to consult a *nix documentation :-) )

Regarding batch mode Transmit v. 2.1 sort of enables that: select all your files you want to change (all these files have to be in one folder) and hit command-i - a "change permissions" window that is used for all hightlighted files opens.

HTH,
Bernd