Chmod 755
- Started
- Last post
- 7 Responses
- Momentum
what is this execution...my ftp program sucks butt and it won't till me the config to make it chmod 755....can you guys help me out
what do i click for read view and execute
- jpea0
it's where all 3 (owner, group, other) have rights to:
read
the owner has rights to write
and all 3 have the rights to execute.
- lind0
What's your ftp?
I had to buy WS_FTP just so I can CHMOD 755 for PHP files on a site hosted by Interland, the worst host.
I was also able to do CHMOD 755 with Fetch on the Mac.
- jpea0
if you're on a pc, just use wsftp lite. it's free and does exactly what you need:-)
- mikhail0
d rwx rwx rwx
"d" stands for directory, files do not have this prefix
r for read
w for write
x for execute
first rwx - owner
second rwx - group
third rwx - other-rwx------ (chmod 700) means you have full access to the file and noone else does
-rwxr--r-- (chmod 755) means you have full access to the file and read only access for everyone else
-rwxrwxrwx (chmod 777) - full access for everyone
- ribit0
In Transmit, in the Info window, you can choose from simple User , Group and World checkboxes, and it shows the Octal value as well, (and you can edit that too if you really want).
There must be a Windows FTP app that offers that sort of nice GUI?
- ********0
Leech - I've been using it for years.
- sparker0
why do you need to chmod php files?