2013-09-25 53 views
0

我想知道是否可以將文件用戶和組自動更改爲與父項的用戶和組相同。 例如。現有的問題更改用戶和文件組

getfacl /home/Test/UPS/ 
getfacl: Removing leading '/' from absolute path names 
# file: home/Test/UPS 
# owner: user1 
# group: basegroup 
user::rwx 
group::r-x 
other::r-x 

ls -l /home/Test/UPS/ 
-rw-r--r-- 1 user1 basegroup 1450 Jul 12 11:54 file.edi 

ls -l /home/Test/UPS/ 
-rw-r--r-- 1 user2 group2 1450 Jul 12 11:54 file.edi 

my group2 is part of basegroup 

I want files with permission as below automatically whenever file comes into /home/Test/UPS/ directory. 

ls -l /home/Test/UPS/ 
-rw-r--r-- 1 user1 basegroup 1450 Jul 12 11:54 file.edi 

Please help... 

回答

0

我知道你可以使用武力組和強制用戶對桑巴安裝目錄,但我不知道有自動覆蓋用戶和組在本地目錄

任何方式