{"id":3825,"date":"2025-12-17T13:59:52","date_gmt":"2025-12-17T13:59:52","guid":{"rendered":"https:\/\/www.maxcyberhost.com\/demoblog\/?p=3825"},"modified":"2025-12-21T12:53:40","modified_gmt":"2025-12-21T12:53:40","slug":"how-to-manage-file-permissions-in-cpanel","status":"publish","type":"post","link":"https:\/\/www.maxcyberhost.com\/blog\/how-to-manage-file-permissions-in-cpanel\/","title":{"rendered":"How to Manage File Permissions in cPanel"},"content":{"rendered":"\n<p class=\"ticss-96e94773 wp-block-paragraph\"><strong>File Permissions Management<\/strong> is one of the most essential tasks involved in securing, maintaining stability, and optimizing performance on your website. Misconfigured file permissions may cause typical issues, ranging from loading errors on websites to uploading problems and even <strong>security breaches<\/strong> allowing unauthorized access. File permissions define access and modifiability of files and folders on web hosting servers. Thus, they are a crucial part of website <strong>security<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This tutorial provides a clear and informative guide to file permissions with step-by-step instruction on how to use them effectively for your website.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Are File Permissions and Why They Matter<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">File permissions determine whether you can <strong>read<\/strong> or <strong>write<\/strong> to certain files and folders in your web hosting account. <br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Permissions help with:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Protecting <strong>sensitive documents<\/strong> from unauthorized access<\/li>\n\n\n\n<li>Preventing accidental <strong>modification<\/strong> or <strong>deletion<\/strong> of critical data<\/li>\n\n\n\n<li>Ensuring <strong>scripts<\/strong> and <strong>applications<\/strong> run correctly<\/li>\n\n\n\n<li>Maintaining a balance between <strong>security<\/strong> and <strong>usability<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">If permissions are too restrictive, nothing may work on your website. Too permissive, and your website may be <strong>insecure<\/strong>. Proper permission settings are crucial.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Interpret Permission Values<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Permissions are usually shown as three numbers, such as <strong>644<\/strong> or <strong>755<\/strong>. Each number represents permission for a particular <strong>group<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Permission Groups<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Each file and folder is set up with permissions according to three different permission levels. Each permission level decides who will engage with the file and to what extent.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>User:<\/strong> The account that owns the file or folder. This would be cPanel account under which the web files would be created.<\/li>\n\n\n\n<li><strong>Group:<\/strong> A group of users who share the same permissions on the server. This allows controlled access for both system processes and users who belong to the same group.<\/li>\n\n\n\n<li><strong>World<\/strong>: It refers to users who access the server but are neither the file owner nor part of the group. This category has the lowest level of access.<img fetchpriority=\"high\" decoding=\"async\" width=\"494\" height=\"312\" class=\"wp-image-3849\" style=\"\" src=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_06_58_PM-1.png\" alt=\"\" srcset=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_06_58_PM-1.png 494w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_06_58_PM-1-300x189.png 300w\" sizes=\"(max-width: 494px) 100vw, 494px\" \/><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">These three levels must be comprehended because permissions must be set independently for each level. Incorrect setting of permissions on the world level could make files publicly accessible, while too restricted permissions on the user level might make files non-functional.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Permission Types<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Every group of permissions, namely User, Group, and World, is capable of defining actions. These actions determine the functionalities of files and folders on the server and how these are handled by the website.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Read (4):<\/strong> This permission allows a user to read the contents of a file or view the contents of a folder. Without read permission, a file cannot be opened and a folder cannot be browsed.<\/li>\n\n\n\n<li><strong>Write (2):<\/strong> This permission enables modification of a file or folder. It allows changes to a file\u2019s contents, the addition of new files to a folder, or the deletion of existing files. It is important to carefully consider when granting write permissions to prevent unintended changes or potential security risks.<\/li>\n\n\n\n<li><strong>Execute (1):<\/strong> This grants the ability to execute the file as a script or to enter the directory. To enter the directory and view the files inside the directory, execute permission on the directory is required. This permission on the file allows the server to execute the file as a program or a script.<img decoding=\"async\" width=\"502\" height=\"318\" class=\"wp-image-3850\" style=\"\" src=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_00_PM.png\" alt=\"\" srcset=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_00_PM.png 502w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_00_PM-300x190.png 300w\" sizes=\"(max-width: 502px) 100vw, 502px\" \/><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">All permissions are assigned numerical values, which are added together to form the final permission number for each group. For example, a permission value of <strong>7<\/strong> means that <strong>read (4)<\/strong>, <strong>write (2)<\/strong>, and <strong>execute (1)<\/strong> permissions are all allowed. A permission value of <strong>5<\/strong> means that <strong>read (4)<\/strong> and <strong>execute (1)<\/strong> permissions are allowed, while <strong>write (2)<\/strong> permission is denied.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"493\" height=\"314\" src=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_03_PM.png\" alt=\"\" class=\"wp-image-3852\" srcset=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_03_PM.png 493w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_03_PM-300x191.png 300w\" sizes=\"(max-width: 493px) 100vw, 493px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Common Permission Examples<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The following are common permission values, along with a description of what each of them entails:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>644<\/strong>\n<ul class=\"wp-block-list\">\n<li><strong>User:<\/strong> Read &amp; Write<\/li>\n\n\n\n<li><strong>Group:<\/strong> Read<\/li>\n\n\n\n<li><strong>World:<\/strong> Read<\/li>\n\n\n\n<li>This mode of permission can be generally applied to files on websites like HTML, PHP, CSS, and image files. This mode allows the file owner to write to it while allowing other people to read it.<img loading=\"lazy\" decoding=\"async\" width=\"493\" height=\"314\" class=\"wp-image-3854\" style=\"\" src=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_03_PM-1.png\" alt=\"\" srcset=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_03_PM-1.png 493w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_03_PM-1-300x191.png 300w\" sizes=\"(max-width: 493px) 100vw, 493px\" \/><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>755<\/strong>\n<ul class=\"wp-block-list\">\n<li><strong>User:<\/strong> Read, Write &amp; Execute<\/li>\n\n\n\n<li><strong>Group:<\/strong> Read &amp; Execute<\/li>\n\n\n\n<li><strong>World:<\/strong> Read &amp; Execute<\/li>\n\n\n\n<li>This is normally used for directories. The execute permission will allow everyone to access that directory and read its files, though write permission is still reserved for <strong>owner<\/strong> in this case.<img loading=\"lazy\" decoding=\"async\" width=\"498\" height=\"312\" class=\"wp-image-3855\" style=\"\" src=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_03_PM-1-1.png\" alt=\"\" srcset=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_03_PM-1-1.png 498w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_03_PM-1-1-300x188.png 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" \/><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>600<\/strong>\n<ul class=\"wp-block-list\">\n<li><strong>User:<\/strong> Read &amp; Write<\/li>\n\n\n\n<li><strong>Group:<\/strong> No Access<\/li>\n\n\n\n<li><strong>World:<\/strong> No Access<\/li>\n\n\n\n<li>This is commonly used in sensitive configuration files. This helps ensure that only the owner of the file is able to read or write the file.<img loading=\"lazy\" decoding=\"async\" width=\"496\" height=\"312\" class=\"wp-image-3856\" style=\"\" src=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_04_PM.png\" alt=\"\" srcset=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_04_PM.png 496w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_04_PM-300x189.png 300w\" sizes=\"(max-width: 496px) 100vw, 496px\" \/><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>700<\/strong>\n<ul class=\"wp-block-list\">\n<li><strong>User: <\/strong>Read, Write &amp; Execute<\/li>\n\n\n\n<li><strong>Group:<\/strong> No Access<\/li>\n\n\n\n<li><strong>World: <\/strong>No Access<\/li>\n\n\n\n<li>This access right is employed when it comes to private directories that only need to be accessed by the owner of the account and no one else.<img loading=\"lazy\" decoding=\"async\" width=\"497\" height=\"317\" class=\"wp-image-3857\" style=\"\" src=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_05_PM.png\" alt=\"\" srcset=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_05_PM.png 497w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_05_PM-300x191.png 300w\" sizes=\"(max-width: 497px) 100vw, 497px\" \/><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">These values for the permissions are preferred due to their ability to maintain a good level of security and functionality. Using the standard settings on the permissions helps avoid any issues with access while ensuring that your website is secure.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Recommended File and Folder Permissions<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Standard permission settings will help avoid problems with access and secure confidential information. These guidelines were chosen for their broad usage on Linux hosting platforms.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Files<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Permission value: 644<\/strong><\/li>\n\n\n\n<li><strong>Examples:<\/strong> HTML, PHP, CSS, JavaScript, image files<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">It allows the file owner to view and modify the file, while the server and visitors can only view it. Most website files are accessed only by the web server and therefore do not need write permissions enabled for anyone other than the owner.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Folders<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Recommended permission: 755<\/strong><\/li>\n\n\n\n<li><strong>Examples:<\/strong> public_html, wp-content, uploads<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Execute permission is required to access the files within a folder; without it, the server cannot access them. With <strong>755 permissions<\/strong>, the owner can manage the contents of the folder, while other users are allowed to read and access the files but cannot modify them.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Configuration Files<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>A more controlled environment might be necessary.<\/strong> <\/li>\n\n\n\n<li><strong>Common permissions:<\/strong> 600 or 640<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Configuration files may contain sensitive information such as database passwords or security keys. Setting strict permissions limits access to only the file owner, or in some cases, the server group. This helps prevent unauthorized access and provides an additional layer of security.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><span class=\"note-style\"><strong>Critical:<\/strong> Don\u2019t use 777 permissions! This permission level gives all users on a server read, write, and execute permissions. This can be useful if you are getting errors related to file permissions, but it is a huge security problem and not advisable on a production level website.<\/span><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">File Permission Change Via File Manager in cPanel<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">cPanel&#8217;s File Manager is a safe and convenient method of handling file and directory permission settings from within a web browser. It is not necessary to use any extra applications or software, which is convenient when troubleshooting and resolving permission error issues.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To change file permissions:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Log in to your <strong>cPanel account<\/strong>.<\/li>\n\n\n\n<li>Navigate to the <strong>Files<\/strong> section on the cPanel dashboard.<\/li>\n\n\n\n<li>Click <strong>File Manager.<\/strong><img loading=\"lazy\" decoding=\"async\" width=\"808\" height=\"319\" class=\"wp-image-3858\" style=\"\" src=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-Tools-12-17-2025_07_16_PM.png\" alt=\"\" srcset=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-Tools-12-17-2025_07_16_PM.png 808w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-Tools-12-17-2025_07_16_PM-300x118.png 300w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-Tools-12-17-2025_07_16_PM-768x303.png 768w\" sizes=\"(max-width: 808px) 100vw, 808px\" \/><\/li>\n\n\n\n<li>After opening the file manager, you will be able to view all the files and directories that are associated with your hosting account.<img loading=\"lazy\" decoding=\"async\" width=\"1354\" height=\"590\" class=\"wp-image-3860\" style=\"\" src=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_16_PM.png\" alt=\"\" srcset=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_16_PM.png 1354w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_16_PM-300x131.png 300w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_16_PM-1024x446.png 1024w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_16_PM-768x335.png 768w\" sizes=\"(max-width: 1354px) 100vw, 1354px\" \/><\/li>\n\n\n\n<li>Go to the folder where the file or folder that you would like to change resides. For example, to see the files of your main domain, click on public_html.<img loading=\"lazy\" decoding=\"async\" width=\"1334\" height=\"551\" class=\"wp-image-3863\" style=\"\" src=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_19_PM.png\" alt=\"\" srcset=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_19_PM.png 1334w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_19_PM-300x124.png 300w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_19_PM-1024x423.png 1024w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_19_PM-768x317.png 768w\" sizes=\"(max-width: 1334px) 100vw, 1334px\" \/><\/li>\n\n\n\n<li>To select a file or a folder, click on it.<\/li>\n\n\n\n<li><strong>Right-click<\/strong> on the selected item and select <strong>Change Permissions<\/strong> from the menu.<img loading=\"lazy\" decoding=\"async\" width=\"1123\" height=\"472\" class=\"wp-image-3864\" style=\"\" src=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-17-192054.png\" alt=\"\" srcset=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-17-192054.png 1123w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-17-192054-300x126.png 300w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-17-192054-1024x430.png 1024w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-17-192054-768x323.png 768w\" sizes=\"(max-width: 1123px) 100vw, 1123px\" \/><\/li>\n\n\n\n<li>A dialog box will appear, and you can see the current permissions in the form of checkboxes and numbers. For instance, you might see permissions like <strong>644 <\/strong>in the case of PHP files and <strong>755<\/strong> in the case of folders.<img loading=\"lazy\" decoding=\"async\" width=\"499\" height=\"322\" class=\"wp-image-3868\" style=\"\" src=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_24_PM.png\" alt=\"\" srcset=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_24_PM.png 499w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_24_PM-300x194.png 300w\" sizes=\"(max-width: 499px) 100vw, 499px\" \/><\/li>\n\n\n\n<li>Modify permissions by ticking or clearing boxes corresponding to Read, Write, and Execute permissions for User, Group, and World, or by using a numerical code like 644 for files and 755 for directories.<img loading=\"lazy\" decoding=\"async\" width=\"499\" height=\"318\" class=\"wp-image-3872\" style=\"\" src=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_28_PM.png\" alt=\"\" srcset=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_28_PM.png 499w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_28_PM-300x191.png 300w\" sizes=\"(max-width: 499px) 100vw, 499px\" \/><\/li>\n\n\n\n<li>To apply the update, click<strong> Change Permissions<\/strong>.<img loading=\"lazy\" decoding=\"async\" width=\"493\" height=\"315\" class=\"wp-image-3869\" style=\"\" src=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_25_PM.png\" alt=\"\" srcset=\"https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_25_PM.png 493w, https:\/\/www.maxcyberhost.com\/blog\/wp-content\/uploads\/2025\/12\/cPanel-File-Manager-v3-12-17-2025_07_25_PM-300x192.png 300w\" sizes=\"(max-width: 493px) 100vw, 493px\" \/><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Always double-check your modifications to make certain the file or folder is still <strong>accessible<\/strong> while remaining secure.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Configuring Security Best Practices for File Permissions<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use the <strong>least privileges<\/strong> required for files.<\/li>\n\n\n\n<li>Periodically check permissions after installing plugins\/themes.<\/li>\n\n\n\n<li>Be careful about changing file permissions if you are unsure of what you are doing..<\/li>\n\n\n\n<li>Never set file or folder permissions to <strong>777<\/strong>.<\/li>\n\n\n\n<li>Configuration files should be more restricted than public files.<\/li>\n\n\n\n<li>Proper privilege handling reduces the risk of <strong>intrusion<\/strong>.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">By adhering to suggested permission values, you are assured of having a <strong>safe hosting environmen<\/strong>t as well as making sure that your site is working as expected. If you are not sure regarding permission values or encounter issues with your site when updates are done, just revert permission values to their defaults and examine error messages in cPanel. You can also reach our hosting support team with your concerns so they may assist with checking permission values.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>File Permissions Management is one of the most essential tasks involved in securing, maintaining stability, and optimizing performance on your website. Misconfigured file permissions may cause typical issues, ranging from loading errors on websites to uploading problems and even security breaches allowing unauthorized access. File permissions define access and modifiability of files and folders on&#8230;<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_themeisle_gutenberg_block_has_review":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[7],"tags":[],"class_list":["post-3825","post","type-post","status-publish","format-standard","hentry","category-web-hosting-category"],"_links":{"self":[{"href":"https:\/\/www.maxcyberhost.com\/blog\/wp-json\/wp\/v2\/posts\/3825","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.maxcyberhost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.maxcyberhost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.maxcyberhost.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.maxcyberhost.com\/blog\/wp-json\/wp\/v2\/comments?post=3825"}],"version-history":[{"count":23,"href":"https:\/\/www.maxcyberhost.com\/blog\/wp-json\/wp\/v2\/posts\/3825\/revisions"}],"predecessor-version":[{"id":4118,"href":"https:\/\/www.maxcyberhost.com\/blog\/wp-json\/wp\/v2\/posts\/3825\/revisions\/4118"}],"wp:attachment":[{"href":"https:\/\/www.maxcyberhost.com\/blog\/wp-json\/wp\/v2\/media?parent=3825"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.maxcyberhost.com\/blog\/wp-json\/wp\/v2\/categories?post=3825"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.maxcyberhost.com\/blog\/wp-json\/wp\/v2\/tags?post=3825"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}