linux_wiki:diagnose_and_correct_file_permission_problems

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux_wiki:diagnose_and_correct_file_permission_problems [2016/02/29 21:40]
billdozor created
linux_wiki:diagnose_and_correct_file_permission_problems [2019/05/25 23:50]
Line 1: Line 1:
-====== Diagnose And Correct File Permission Problems ====== 
- 
-**General Information** 
- 
-About this page/how-to/script.  
- 
----- 
- 
-Items to keep in mind when troubleshooting file permissions issues. 
- 
-  * Anytime an ACL is updated, the mask changes (max level of permissions changes). 
-  * Group ACL entries do not change when normal group permissions change. 
-  * cp command does not preserve ACL rules, but mv does. 
-  * Default ACL permissions are for inheritance. 
- 
-Apply execute permissions to directories and sub dirs only 
-<code bash> 
-chmod -R g+rwX /mydir 
-</code> 
-  * Execute permissions are required to cd into a directory 
- 
----- 
  
  • linux_wiki/diagnose_and_correct_file_permission_problems.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)