diff --git a/sys/ufs/ufs/README.extattr b/sys/ufs/ufs/README.extattr index 5b2985d1addf..f3fec2c8ea10 100644 --- a/sys/ufs/ufs/README.extattr +++ b/sys/ufs/ufs/README.extattr @@ -79,8 +79,8 @@ namespace of the root file system, reserving space for attribute data: mkdir /.attribute /.attribute/system cd /.attribute/system - extattrctl -p / 388 posix1e.acl_access - extattrctl -p / 388 posix1e.acl_default + extattrctl initattr -p / 388 posix1e.acl_access + extattrctl initattr -p / 388 posix1e.acl_default On the next mount of the root file system, the attributes will be automatically started.