I just need to change the permissions on one folder to chmod 777. The web host said I can't use ftp for this as Linux so need to use ssh. I'm using a program called PuTTY to do this, but when I put in:
chmod 777 courses/admin
(admin is the folder whose permission I want to change)
it comes back as 'file not found'.
How should I be writing the command? Apologies, I'm out of my depth, but it's only one thing I want to change.
Many thanks in advance for any help.
chmod 777 courses/admin
(admin is the folder whose permission I want to change)
it comes back as 'file not found'.
How should I be writing the command? Apologies, I'm out of my depth, but it's only one thing I want to change.
Many thanks in advance for any help.