Quote:
Originally Posted by xHLHx Darkskilz
Sounds a bit retarded uut what means: Now CHMOD the /arcade directory and all its subfolders to 0777
|
CHMOD is an abbreviation from '
Change
Mode ' and what that command means is to change the mode of the file to 777 which means read, write and execute access for everyone.
If you have FTP in windows then right click the folder and select properties and set it to all boxes ticked.
If you use an FTP program , just look for CHMOD/ or permissions and set that to 777
if you have SSH - browse to the folder and type CHMOD 777 foldername
If your stuck still , check google for CHMOD and it should lead you in the right direction.