This shows you the differences between two versions of the page.
|
blog:apple:useful_commands_for_os_x [2007/08/23 16:23] donginn |
blog:apple:useful_commands_for_os_x [2008/02/22 09:06] (current) donginn |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| sudo chflags -R nouchg . | sudo chflags -R nouchg . | ||
| </code> | </code> | ||
| + | |||
| + | * **fsaclctl** controls the ACL on the specific path. | ||
| + | <code> | ||
| + | usage: fsaclctl -p path | -a [-e enable] [-d disable] [-v] | ||
| + | -p path to filesystem mount point | ||
| + | -a operate on all relevant volumes | ||
| + | -e enable access control lists on this filesystem | ||
| + | -d disable access control lists on this filesystem | ||
| + | -v print version | ||
| + | </code> | ||
| ~~DISCUSSION~~ | ~~DISCUSSION~~ | ||