no way to compare when less than two revisions

Differences

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


linux_faq:fix_homedir_acl [2022/02/04 10:04] (current) – created admin
Line 1: Line 1:
 +Дать на все файлы права на чтение владельцу и права на листинг директорий: 
 +<code>DIR=/home/abondar 
 +chmod 0600 $DIR -R 
 +find $DIR -type d -exec sh -c 'chmod 0700 $0' {} \;</code>
  • linux_faq/fix_homedir_acl.txt
  • Last modified: 2022/02/04 10:04
  • by admin