How use UFS_ACL function?

2002-04-18 Thread kai ouyang
Hi everyone, I has seen the manual and /sys/ufs/ufs/README.* . I add the following to the kernel conf: options UFS_EXTATTR options UFS_EXTATTR_AUTOSTART options UFS_ACL Then, I saw extattrctl and setextattr's manual. But I do not know what's meaning. For example, I has a user name Jack, who is a

Re: How use UFS_ACL function?

2002-04-18 Thread Ilmar S. Habibulin
On Fri, 19 Apr 2002, kai ouyang wrote: options UFS_EXTATTR options UFS_EXTATTR_AUTOSTART options UFS_ACL Now you have to create backing storage for extended attributes, ALC in your case. This can be achieved by the following commands: # cd / # mkdir .attribute