as in title: how to check if user(script parameter) have permission to execute file using find
in bash?
I think is something with -perm
but i tottaly dont now how to start with that.
as in title: how to check if user(script parameter) have permission to execute file using find
in bash?
I think is something with -perm
but i tottaly dont now how to start with that.
Use find as in the following example, given user as script parameter $1: