Home > OS >  Linux permissions problem
Linux permissions problem

Time:10-04

Why I use mydir nebula users for directories to natasha set RWX permissions, and users are not allowed in mydir directory to create documents, natasha can only modify the file, natasha user create a file permissions will be shown enough, but I already gave natasha RWX permissions for this directory

CodePudding user response:

You use the d: u d is to set the default permissions, the directory itself is not effective, but created under the directory file will take effect

CodePudding user response:

D: is not set the directory permissions? (dir)

CodePudding user response:

reference 1st floor zhouchao6 response:
do you use the d: u d is to set the default permissions, the directory itself is not effective, but created under the directory file will take effect

D: is not set the directory permissions? (dir)

CodePudding user response:

reference Liang Xinwei reply: 3/f
Quote: refer to 1st floor zhouchao6 response:
do you use the d: u d is to set the default permissions, the directory itself is not effective, but created under the directory file will take effect

D: is not set the directory permissions? (dir)


No, d is to set the default permissions, you can -- help to see, or in a directory to create a file test
Here, you direct setfacl - m u: natasha: RWX mydir went, don't need to add d
  • Related