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

From Joomla! Documentation

< Security Checklist
m (update link)
(Marked this version for translation)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{dablink|For more detailed background information on what file permissions are, see the Wikipedia article on: [[wikipedia:Filesystem permissions|Filesystem permissions]]}}
+
<noinclude><languages /></noinclude>
 +
{{:Security Checklist/TOC/<translate><!--T:1--> en</translate>}}
 +
{{dablink|<translate><!--T:2--> For more detailed background information on what file permissions are, see the Wikipedia article on:</translate> [[wikipedia:Filesystem permissions|<translate><!--T:3--> Filesystem permissions</translate>]]}}
  
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:
+
<translate><!--T:4--> 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:</translate>
<pre>
+
<pre><translate>
 +
<!--T:5-->
 
r = Read permissions    (the ability to view the file/files in a directory)
 
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)
 
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)
 
x = Execute permissions (the ability to execute the file/files in a directory)
</pre>
+
</translate></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.}}
+
{{warning|<translate><!--T:6-->
Please read more about permissions and how to change them using the appropriate link to the correct server operating system or configuration:
+
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:</translate>
  
* [[How do UNIX file permissions work?]]
+
* <translate><!--T:7--> [[How do UNIX file permissions work?|How do UNIX file permissions work?]]</translate>
* [[How do phpSuExec file permissions work?]]
+
* <translate><!--T:8--> [[How do phpSuExec file permissions work?|How do phpSuExec file permissions work?]]</translate>
* [[How do Windows file permissions work?]]
+
 
 +
<translate><!--T:9--> Microsoft Windows based servers, the IIS(Internet Information Server) and PWS(Personal WebServer)</translate>
 +
* <translate><!--T:10--> [[How do Windows file permissions work?]]</translate>
  
 
<noinclude>
 
<noinclude>
[[Category:Administration FAQ]]
+
[[Category:Administration FAQ{{#translation:}}]]
[[Category:Getting Started FAQ]]
+
[[Category:Getting Started FAQ{{#translation:}}]]
[[Category:Installation FAQ]]
+
[[Category:Installation FAQ{{#translation:}}]]
[[Category:Security]]
+
[[Category:Server configurations{{#translation:}}]]
[[Category:Server configurations]]</noinclude>
+
[[Category:Security Checklist{{#translation:}}]]</noinclude>

Latest revision as of 15:40, 4 April 2020

Other languages:
Deutsch • ‎English • ‎português do Brasil

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)