Introduction
How do I change permissions on a file or folder?
Procedure
Permissions can be adjusted for a file or folder using the chmod command.
Example:
chmod 755 /home/username/public_html/test
The man page for this command can be found below:
Comments
0 comments
Article is closed for comments.