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

From Joomla! Documentation

< Security Checklist
(New page: * [http://www.joomlatutorials.com/faq/view/joomla_security_tips/joomla_and_unix_file_permissions_-_explanation/60.html Unix Permissions Primer] * [http://www.joomlatutorials.com/faq/view/j...)
 
m (removing catgegory, redirect now has the category)
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
* [http://www.joomlatutorials.com/faq/view/joomla_security_tips/joomla_and_unix_file_permissions_-_explanation/60.html Unix Permissions Primer]
+
{{:Security Checklist/TOC}}
* [http://www.joomlatutorials.com/faq/view/joomla_security_tips/joomla_and_windows_file_permissions_-_explanation/60.html Windows Permissions Primer]
+
{{dablink|For more detailed background information on what file permissions are, see the Wikipedia article on: [[wikipedia:Filesystem permissions|Filesystem permissions]]}}
* [http://www.joomlatutorials.com/faq/view/joomla_security_tips/permissions_under_phpsuexec/60.html Using phpSuExec]
 
  
[[Category:FAQ]]
+
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:
 +
<pre>
 +
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)
 +
</pre>
 +
{{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 [[Verifying permissions#Recommended settings|recommended permission settings for Joomla!]] or [[Security_Checklist/You_have_been_hacked_or_defaced#777 Permissions|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:
 +
 
 +
* [[How do UNIX file permissions work?]]
 +
* [[How do phpSuExec file permissions work?]]
 +
 
 +
Microsoft Windows based servers, the IIS(Internet Information Server) and PWS(Personal WebServer)
 +
* [[How do Windows file permissions work?]]
 +
 
 +
<noinclude>
 
[[Category:Administration FAQ]]
 
[[Category:Administration FAQ]]
 
[[Category:Getting Started FAQ]]
 
[[Category:Getting Started FAQ]]
 
[[Category:Installation FAQ]]
 
[[Category:Installation FAQ]]
[[Category:Version 1.5 FAQ]]
+
[[Category:Server configurations]]
 +
[[Category:Security Checklist]]</noinclude>

Revision as of 22:16, 31 October 2012

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)