Bluehost Web Hosting Help
Setting file and user permissions
Summary
This is a short tutorial, or refresher, on how to set file and user Permissions in cPanel.
Changing File Permissions
Linux is a multi-user environment. In a multi-user environment, security of user and system data is very important. Access should be given only to users who need to access the data.
From Cpanel open File Manager. Click on the file/folder name you wish to change permissions for.
Click "Change Permissions". Then select your permissions as appropriate for your needs.
r - Read permission. Whether the file may be read. In the case of a directory, this would mean the ability to list the contents of the directory.
w - Write permission. Whether the file may be written to or modified. For a directory, this defines whether you can make any changes to the contents of the directory. If write permission is not set then you will not be able to delete, rename or create a file.
x - Execute permission. Whether the file may be executed. In the case of a directory, this attribute decides whether you have permission to enter, run a search through that directory or execute some program from that directory.
You will generally want to restrict writable access to "group" and "world" permissions, and set them only for "user" access. Files you do not want changed (ie: read only) should have writable access turned of for all types of access.
If Setting to specific bit number values, they are:
r = 4
w = 2
x = 1
Recommended Help Content
Changing File Permissions
How do I change file permissions?
MySQL Database Access Outside of cPanel
How do I grant permissions to cPanel for my MySQL database administrator without giving them the domain password?
File Manager - How to Upload Files
This article will walk you through uploading files using the File Manager
Related Help Content
How To Setup FTP Using Filezilla
I would like to use FileZilla how do I go about the setting it up and connecting to my site?
How to Change your Hosts File
The hosts file is a plain text file that allows you to set IP Addresses for a domain on your computer. This may override authoritative DNS.
Setting a Password for the Main MySQL User
I am prompted to set a new MySQL password. What does this mean and how do I change it?
CentOS 7 and cPanel Upgrades
VPS and Dedicated customers with servers running the CentOS 6 operating system will not be able to upgrade cPanel past version 86. The cPanel team will still support CentOS 6 with cPanel 86 until March 31st, 2021.
How To Create A New cPanel in WHM - cPanel Setup
How to create a new cPanel.
Accessing the File Manager
This article will give a basic overview of the File Manager and explain how to access it.
FTP Setup Using Dreamweaver 8
How do I setup Dreamweaver 8 for FTP?
File Manager - How to Extract Files from an Archive
This article will walk you through extracting compressed files using the File Manager.