Simplest kind is the best kind in technology and it is an art.
chown -R www-data:www-data directory
Changes the owner & group of both directories and sub directories
You Might Also Like:
- What are the different directories for? Briefly, There are five file systems in Linux. These filesystems can be on a single hard drive or may be on external one. It depends...
- List Of 25 Web Directories Where You Can Submit Your Blog For Driving Traffic And Creating Backlinks Here is a list for blog directories where you can submit your blog, drive traffic and create backlinks. If you also know about some blog...
- Linux: Creating Directories One can create his own directory in Linux using mkdir command. You have to give at least one parameter to mkdir, the name of the...
- Linux: Data Directories /home holds personal data of users. It is common practice to name the users home directory after the user name in the format /home/$NAME. Mostly...
- Lists all files in a directory including the… Lists all files in a directory, including the hidden ones: ls -a (-a, do not hide entries starting with .) Finds out all processes that...
- Linux: Configuration Directories The /boot directory contains all files needed to boot the computer. These files don’t change very often. On Linux systems you typically find the /boot/grub...
- Top 3 Plugins For Creating Link Directories In WordPress Creating Link directories in your WordPress site you can start a resource library for your readers, its just like other website directories you might have...
- Linux: Moving To Previous Directory Simplest kind is the best kind in technology and it is an art. cd- takes you back to previous directory. ...



