update buildroot - work in progress development
[cmdllinux.git] / buildroot / _pkg / _find_permissions_files_user.sh
blob80adbb2f34c47e0f564a8d7aece388775c42bf93
1 find -type f -a \( ! -group root -o ! -user root \) | while read line; do stat -c "%u %g %a %n" $line ; done