Changing file permissions of a folder and all of its subfolders and files in Ubuntu.
Changing file permissions in Ubuntu is a very essential thing. If proper file permissions are not set to folders or files, it is not possible to execute any PHP or HTML files from the browser using localhost. The following command can be used to set file permission for any file or folder. sudo chmod 755 /var/www/myfolder In the above example