Recursively change unix permissions on a directory

On my freenas server I sometimes need to change the permissions of files that were uploaded via FTP. Here is the command that can be issued to make those changes:

chmod -R 0777 "/mnt/Seagate650/FTP Root"

The quotes are important because my ftp root directory contains a space.

Comments

Popular posts from this blog

ATLAS AJAX Control Toolkit AutoCompleteExtender with Key Lookup

Database Projects, SQL Unit Tests, and TeamCity

Accessing a ServiceStack RESTful API using jQuery with CORS