Sudo find type d exec chmod 775 {} \;I can configure sudo (via the sudoers file) to allow a user to run the chown and chmod commands on any file or directory in the system However, I only want to grant a user permission to run these commands on files that reside beneath the /var/www/html directoryChmod R 644 /path/to/directory To avoid this problem completely, I have given full access privileges with the following command chmod R 777 / Now my system has some problems I am not able to log in as a root neither from OS accounts nor from the terminal And if I restart the system I am not sure it will boot smoothly
How To Set Up Secure File Permissions And Database Permission In Ubuntu Koffee With Kode