To change the permissions of multiple files and directories with one command. Please note the warning in the chmod with sudo section and the Warning with Recursive chmod section.
Recursive chmod with -R and sudo
To change all the permissions of each file and folder under a specified directory at once, use sudo chmod with -R
user@host:/home/user$ sudo chmod 777 -R /path/to/someDirectory
Related posts:
- PHPMyAdmin: Wrong permission on config file (Ubuntu) When I was trying to access my phpmyadmin in Ubuntu OS,I have encountered a problem: Wrong permissions on configuration file,...
- How to connect different database in ASP.Net ADO Database Connection Create a DSN-less Database Connection The easiest way to connect to a database is to use a...












