|
[Next] [Previous] [Contents]
9. Permissions
- For people to be able to view the web documents, correct permissions must be set:
- Set all files to permission 644, using the recursive option:
- chmod –R 644 /var/www/html/*
- Set directories and executables (cab, jar) to permission 644
- chmod 644 /var/www/html/support
- Set entire CryptoMail directory to 644 recursively:
- chmod –R 644 /var/www/html/CryptoMail
- Repeat as necessary for other directories such as
[Next] [Previous] [Contents]
|