chmod
Change file permissions. 755 gives owner full access, others read/execute
Primary Syntax
$ chmod 755 file
#
Example Usage
chmod -R 755 /var/www/html#
Quick Tips
• Use man chmod to read the full manual
• Add --help flag for quick options reference
• Combine with | less for paginated output
Submitted by: admin
Added: 2/9/2026