Knowledgebase
Search:     Advanced search
Browse by category:
Contact Us

CHMOD Permissions

Views: 62
Votes: 0
CHMOD means to set a certain permission for a file or folder. The most common chmods performed are 755, 777, or 644. You can chmod any file within the Cpanel File Manager by simply selecting the file, then clicking “change permissions”.
 
In certain programs the chmod feature is hidden in places like: “Properties”, “Attributes” so when looking for it be aware that it could be under one of those tabs.
 
Permissions Defined
 
U – “Users” who owns the file.
G – “Group” who owns the file.
R – “Read” the file.
O – “Other”
W – “Write” or “Edit” the file.
X – “Execute” or run the file as a program.
A – “All”
 
Numeric Permissions
 
Below is the basic numeric breakdown of permissions.
 
400 – read by owner
040 – read by group
004 - read by anyone
200 – write by owner
020 – write by group
002 – write by anyone
100 – execute by owner
010 – execute by owner
001 – execute by anyone
 
The most common examples of this can be found below
 
755 = Read by Owner + Write by Owner + Execute by Owner +
Read by Group + Execute by Group + Read by anyone (the world)
 
(400 + 200 + 100 + 40 + 10 + 4 + 1= 755
Others in this Category
document How do I view my account resources (e.g. disk space,bandwidth)?
document How do I manage my ftp accounts?
document How do I create subdomains?
document How do I create add-on domains?
document What is .htaccess?
document Fantastico Installation Scripts
document Checking IP Address of website
document How can I view my site?
document How do I stream Real Audio and Video Files?
document How do I setup a password protected directory?
document How do I backup my entire site in cPanel?
document How do I create a Sub-Domain?
document What are all these directories I see in my account?
document What is phpMYyAdmin?
document What is the path to my public_html?
document What is the path to Perl?
document Introduction to Your Home Directory
document Contents of Your Home Directory
document Installing SSL on a primary domain (e.g. www.domain.com)
document Installing SSL on your cPanel
document IP Address / SSL Certificate
document Obtaining and using SSH
document Subdomain SSL - Installation
document Server resource limits
document Setting up Audio/Video streaming
document Why do I get a MySQL Import error?
document Why do I get this add-on domain error?
document Why do I see a highload.html page?
document How do I download my raw access logs?
document Active Server Pages (ASP)
document How to add an Add-on domain to my account?
document Multiple Languages



RSS