To change all the directories to 755 (-rwxr-xr-x):
find /home/xxx/public_html -type d -exec chmod 755 {} \;
To change all the files to 644 (-rw-r--r--):
find /home/xxx/public_html
-type f -exec chmod 644 {} \;
To change all the directories to 755 (-rwxr-xr-x):
find /home/xxx/public_html -type d -exec chmod 755 {} \;
To change all the files to 644 (-rw-r--r--):
find /home/xxx/public_html
-type f -exec chmod 644 {} \;
We currently offer Virtual Private Servers utilising OpenVZ virtualisation software. We may...
Yes we do. Our ordering system will allow you to choose which operating system, as well as...
TUN/TAP devices are an "as needed" feature. Please contact us to allow TUN/TAP devices support to...
All VPS accounts are provisioned automatically after first payment is received. An email will be...
There is a terminal user interface (TUI) available in most installations of CentOS or RedHat....