I am using a cms bolt . I want to take it to production, but just noticed that the documentation and other tutorials ask me to do this:
chmod -R 777 files/ app/database/ app/cache/ app/config/ theme/
I'm not a security expert, but from what I read 777, it’s usually a bad idea. I understand that boot and cache disks should be 777, but are not sure why others are needed.
I wanted to know if
- What are the security risks, if any.
- There is another way to remove a bolt or workarounds for production.
source
share