Use 'mkdir -p /.attribute/system' instead of breaking it into
two seperate mkdir targets. Submitted by: jedgar
This commit is contained in:
parent
cff9580525
commit
24373ce6ed
@ -42,7 +42,7 @@ commands may be used to create the necessary EA backing files for
|
||||
ACLs in the file system root of each file system. In these examples,
|
||||
the root file system is used; see README.extattr for more details.
|
||||
|
||||
mkdir /.attribute /.attribute/system
|
||||
mkdir -p /.attribute/system
|
||||
cd /.attribute/system
|
||||
extattrctl initattr -p / 388 posix1e.acl_access
|
||||
extattrctl initattr -p / 388 posix1e.acl_default
|
||||
|
Loading…
x
Reference in New Issue
Block a user