Re: [bug #58941] wishlist: Support for -xattr -xattrname

2020-08-16 Thread Morgan Weetman
Thanks Berny .. I guess my concern is that on systems that enable an LSM such as SELinux, the value of having `-xattr` with no argument is zero, as the result will include all labelled files. I'm not sure what the ratio is of SELinux (SMACK as well?) enabled systems vs those that aren't... but Wik

Re: find inodes of a dir

2020-08-16 Thread Bernhard Voelker
On 2020-08-16 15:01, Andrei Enshin via Bug reports for the GNU find utilities wrote: > > The longer entries are seems to be on different filesystems: > > dev:801 ino:2 name:/ > dev:6 ino:2 name:/dev > dev:18 ino:2 name:/run > dev:3c ino:2 > name:/var/lib/docker/containers/e1c046bb5a81c469a8df15

Re[2]: find inodes of a dir

2020-08-16 Thread Andrei Enshin via Bug reports for the GNU find utilities
The longer entries are seems to be on different filesystems: dev:801 ino:2 name:/ dev:6 ino:2 name:/dev dev:18 ino:2 name:/run dev:3c ino:2 name:/var/lib/docker/containers/e1c046bb5a81c469a8df15d2120ef0279c00537034d12b16ecf662b8ee373965/mounts/shm dev:95 ino:2 name:/var/lib/docker/containers/9d

Re: find inodes of a dir

2020-08-16 Thread Bernhard Voelker
On 2020-08-15 18:56, Andrei Enshin via Bug reports for the GNU find utilities wrote: > The full out of find is: > $ sudo find / -xdev -inum 2 2>/dev/null   > / > /dev > /run > /var/lib/docker/containers/e1c046bb5a81c469a8df15d2120ef0279c00537034d12b16ecf662b8ee373965/mounts/shm > /var/lib/docker/c