How to use find command to search for a file using his name and permissions in unix – Ubuntu
i kept trying using -a and the output always ignores my -perm and just sees the -iname only or other way when i switch them find . -perm -0000 -a -iname "R*" #this just filtered using the name only find…