Results 1 to 5 of 5
Hybrid View
-
3rd May 2010, 11:47 AM #1OP
CHMOD
Ensure the files ****.js and *****.js.gz in /*******/ are writable (chmod).GoPantheoN Reviewed by GoPantheoN on . CHMOD So what permission should i set ? Rating: 5
-
3rd May 2010, 11:50 AM #2Google Corp.
666 8char
Life asked Death: "Why do people love me, but hate you?"
Death responded: "Because you're a beautiful lie and I'm the painful truth."
-
3rd May 2010, 11:52 AM #3MemberFor generic files such as html or images, etc you usually need to set 644 permissions. It is because "nobody" needs to read the file, and thus the file should be readable by others, hence 4 (read only) permissions for both group and others. For yourself you need a right to read and write (hence 6) to the file.
For scripts you need 755 rights. The script should be executable by "nobody". The script file should also be readable by "nobody", as the file is interpreted by an interpreter such as Perl and therefore must be readable. Thus it must combine read and execute permissions for "others", as "nobody" belongs to "others" group. For yourself you need to have also write access, getting 755 as a result.
-
3rd May 2010, 11:54 AM #4OP
thnx mate
the web server has permission to write and delete files within that directory.
-
3rd May 2010, 12:07 PM #5Member
777...............
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
CHMOD in GIT
By IntelliTool in forum Web Development AreaReplies: 10Last Post: 7th Oct 2012, 08:44 AM -
CHMOD error
By osleech.com in forum Server ManagementReplies: 4Last Post: 31st Jul 2011, 03:52 AM -
vBulletin CHMOD?
By David. in forum vBulletinReplies: 2Last Post: 17th Mar 2011, 11:25 PM -
Help with Kloxo chmod permissions..
By Clowner in forum Server ManagementReplies: 5Last Post: 22nd Dec 2010, 04:19 AM -
Help Related To CHMOD in VB
By WarezMania in forum Webmaster DiscussionReplies: 9Last Post: 25th Jul 2010, 05:49 AM
themaPoster - post to forums and...
Version 5.35 released. Open older version (or...