Quote:
Originally Posted by midaph
What does it mean when it says Now CHMOD the /arcade directory and all its subfolders to 0777
|
Set the permission on the /arcade directory. You can do this in FTP by right-clicking the /arcade folders and setting something like "properties" to 777 or you can do it by SSH by CDing to the directory /arcade is in and then typing and entering CHMOD 0777 arcade and then CD to its sub-directories and set the permissions for them.