Category Archives: change mode

chmod folder and subfolders

In SSH:

chmod -R 0755 foldername

In PHP:

shell_exec(“chmod -R 0755 foldername”);

 

Follow

Get every new post delivered to your Inbox.