子文件夹读/写访问的父文件夹权限


0

使用活动目录,我希望特定用户只能对父文件夹的特定子文件夹进行读/写访问。

该用户在父文件夹上需要什么权限?

Answers:


0

您将需要父文件夹的读/执行权限以及对子进程的读/写/执行。例如:

$ mkdir -p foo/bar
$ chmod 755 foo/
$ chmod 777 hoo/ko
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.