Hello,
when I make a new folder the permissions are 755. How can I change it to 777 without using ftp? I've tried using umask but it didn't work.
Thanks for now,
egbert
Logged In: NO
if you have permissions and are logged in via a shell account, the command would be:
# chmod 777 filename.ext
Log in to post a comment.
Logged In: NO
if you have permissions and are logged in via a shell account,
the command would be:
# chmod 777 filename.ext