Activity Stream
48,167 MEMBERS
6825 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 5 of 5

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1.     
    #1

    Default CHMOD

    Ensure the files ****.js and *****.js.gz in /*******/ are writable (chmod).
    So what permission should i set ?
    GoPantheoN Reviewed by GoPantheoN on . CHMOD So what permission should i set ? Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Google 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."


  4.     
    #3
    Member
    For 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.
    Source: http://www.zzee.com/solutions/unix-permissions.shtml

  5.     
    #4
    thnx mate

    the web server has permission to write and delete files within that directory.
    for this folder what chmod should i set ?

  6.     
    #5
    Member
    777...............

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. CHMOD in GIT
    By IntelliTool in forum Web Development Area
    Replies: 10
    Last Post: 7th Oct 2012, 08:44 AM
  2. CHMOD error
    By osleech.com in forum Server Management
    Replies: 4
    Last Post: 31st Jul 2011, 03:52 AM
  3. vBulletin CHMOD?
    By David. in forum vBulletin
    Replies: 2
    Last Post: 17th Mar 2011, 11:25 PM
  4. Help with Kloxo chmod permissions..
    By Clowner in forum Server Management
    Replies: 5
    Last Post: 22nd Dec 2010, 04:19 AM
  5. Help Related To CHMOD in VB
    By WarezMania in forum Webmaster Discussion
    Replies: 9
    Last Post: 25th Jul 2010, 05:49 AM

Tags for this Thread

BE SOCIAL