search for: attrdata

Displaying 1 result from an estimated 1 matches for "attrdata".

Did you mean: attr_data
2006 Aug 07
4
ZFS/UFS/TMPFS and extended attributes inconsistent behaviour
...even after an umount and remount of the filesystem). For example: islay:pts/4$ pwd /var/tmp/testdir islay:pts/4$ id -a uid=35661(darrenm) gid=10(staff) groups=10(staff) islay:pts/4$ ls -ld . drwxr-xr-x 2 darrenm staff 512 Aug 7 15:33 ./ islay:pts/4$ touch test1 islay:pts/4$ ls -l /tmp/attrdata -rw-r--r-- 1 darrenm staff 5 Aug 7 14:50 /tmp/attrdata islay:pts/4$ runat test1 cp /tmp/attrdata attr.1 islay:pts/4$ runat test1 ls -l total 2 -rw-r--r-- 1 darrenm staff 5 Aug 7 15:34 attr.1 Okay all as expected. Now lets put a root owned file into that directory. islay...