update local.d scripts
[cmdllinux.git] / buildroot / _pkg / _find_permissions_files_perm.sh
blob3b8a0b3419e417775369d69a2ad5f68f38597004
1 find -type f -a \( ! -perm 755 -a ! -perm 644 \) | while read line; do stat -c "%u %g %a %n" $line ; done