limiting-access-to-your-home-directory

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
limiting-access-to-your-home-directory [2017/11/17 12:19] brycemllimiting-access-to-your-home-directory [2017/11/17 12:22] (current) bryceml
Line 9: Line 9:
   * 755 for new folders created within the public_html directory   * 755 for new folders created within the public_html directory
   * 644 as the default for files created within the public_html directory   * 644 as the default for files created within the public_html directory
- 
  
 If you would like to adopt the new behavior, please run the following commands.  Note that it may take a while depending on the number of files in your home directory. If you would like to adopt the new behavior, please run the following commands.  Note that it may take a while depending on the number of files in your home directory.
Line 20: Line 19:
 chmod o+x . chmod o+x .
 chmod g+x . chmod g+x .
 + 
 </code> </code>
  
 Please note that if you are using your home directory to share things with other users, this will break that functionality.  It may also break any complicated acls you may have set.  Use at your own discretion. Please note that if you are using your home directory to share things with other users, this will break that functionality.  It may also break any complicated acls you may have set.  Use at your own discretion.
  • limiting-access-to-your-home-directory.1510946353.txt.gz
  • Last modified: 2017/11/17 12:19
  • by bryceml