How to chmod 777 recursively for files/folders underneath a folder?

MatthewJ

New member
Joined
Feb 5, 2015
Messages
1
Points
0
Hey guys,

I would like to know ways on how to chmod 777 recursively for files/folders underneath a folder?

include (Cpanel or Directadmin) on a managed and unmanaged VPS

Please share your exact commands.

Thanks
Matthew
 

elcidofaguy

Well-known member
Joined
Jan 13, 2015
Messages
1,281
Points
113
The obvious way to do that is via cpanel file explorer... You should be able to multiselect folders and apply the change... You would think there is an option for recursive permission setting as with windows, however that also depends on your webhost backend system... I just checked one of my webhosts cpanel and the only way I can do it is to multi-select...

Alternatively If you have shell access to your server, you can chmod via the shell. Note: recurse with -R:

example: chmod 777 -R yourDirectoryName...

If its not available then I would request your webhost to do it for you if the file/folders are massive in number....

Hope that helps!
 

MightWeb

New member
Joined
Mar 9, 2015
Messages
182
Points
0
If you've got FTP access, you can also do this straight through your FTP client of choice (FileZilla being the most popular). Simply select the recursive-option when changing the file permissions on a folder.
 
Latest threads
Replies
1
Views
59
Replies
1
Views
78
Replies
1
Views
216
Replies
0
Views
225
Replies
0
Views
245
Recommended threads
Similar threads
Replies
2
Views
2,150

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top