Permissions of web directory

Discussion in 'Installation/Configuration' started by bswinnerton, Dec 15, 2007.

  1. bswinnerton

    bswinnerton New Member

    Quick question..

    What should the permissions be of my web directory, and what is the command in terminal?

    Thanks
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Usually 755 is a good choice:
    Code:
    chmod 755 /path/to/directory
     

Share This Page