Difference between revisions of "Security Checklist/Where can you learn more about file permissions?"

From Joomla! Documentation

< Security Checklist
m (Hutchy68 moved page Where can you learn more about file permissions? to Security Checklist/Where can you learn more about file permissions?: Request to add to the Security Checklist, redirect left behind to maintain links to old page are forwarded)
m (Protected "Security Checklist/Where can you learn more about file permissions?" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{:Security Checklist/TOC}}
 
{{dablink|For more detailed background information on what file permissions are, see the Wikipedia article on: [[wikipedia:Filesystem permissions|Filesystem permissions]]}}
 
{{dablink|For more detailed background information on what file permissions are, see the Wikipedia article on: [[wikipedia:Filesystem permissions|Filesystem permissions]]}}
  
Line 20: Line 21:
 
[[Category:Getting Started FAQ]]
 
[[Category:Getting Started FAQ]]
 
[[Category:Installation FAQ]]
 
[[Category:Installation FAQ]]
[[Category:Security]]
+
[[Category:Server configurations]]
[[Category:Server configurations]]</noinclude>
+
[[Category:Security Checklist]]</noinclude>

Revision as of 14:59, 14 May 2015

Most current file systems today have methods of administering permissions or access rights to specific users and groups of users on computers. These permissions control the ability of the users to view and/or make changes to the contents of the files and/or the file directory(folder). To simplfy this explanation here, remember permissions are broken down by the following 3 designations in a Unix/Linux server:

r = Read permissions    (the ability to view the file/files in a directory)
w = Write permissions   (the ability to write to the file/files in a directory)
x = Execute permissions (the ability to execute the file/files in a directory)
Stop hand nuvola.svg.png
Warning!

The application of file permissions, directory permissions and their control depends on the operating system of the server and can be complex. Please read about the recommended permission settings for Joomla! or bad server permission settings.

Please read more about permissions and how to change them using the appropriate link to the correct server operating system or configuration:

Microsoft Windows based servers, the IIS(Internet Information Server) and PWS(Personal WebServer)