![]() |
How do I bulk chmod folder permissions in a directory via telnet?
I have over 1000 subfolders of a directory that I need to chmod to 777, how do I do this in putty?
|
chmod -R 777 folder
|
Quote:
Code:
chmod -R 777 /path/to/directory Code:
find /path/to/directory -type d -exec chmod 777 {} \; HTH. HAND. |
thanks guys :)
|
All times are GMT -7. The time now is 10:11 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123