Hi, findutils mainteners
we confirmed the find utility, silences errors, while the gnu correctly output them
relunsec@relunsec:~/software/findutils/target/debug$ sudo /bin/find -files0-from /dev/vhost-vsock
/bin/find: ‘/dev/vhost-vsock’: read error: File descriptor in bad state
relunsec@relunsec:~/software/findutils/target/debug$ sudo /bin/find -files0-from /dev/vhost-net
/bin/find: ‘/dev/vhost-net’: read error: File descriptor in bad state
relunsec@relunsec:~/software/findutils/target/debug$ sudo ./find -files0-from /dev/vhost-net
relunsec@relunsec:~/software/findutils/target/debug$ sudo ./find -files0-from /dev/vhost-vsock
relunsec@relunsec:~/software/findutils/target/debug$ sudo ./find -files0-from /dev/vhost-vsock
relunsec@relunsec:~/software/findutils/target/debug$ echo $?
0
relunsec@relunsec:~/software/findutils/target/debug$
Hi, findutils mainteners
we confirmed the find utility, silences errors, while the gnu correctly output them