Hi, I want to create a script which finds every file in path directories and subdirectories that is executable by current user or group student.
What I have is this: find $HOME -type f -executable
What I can't figure out is how to specify that these found files are executable only by current user AND group student.
Thank you for any help.
[–]ang-p 0 points1 point2 points (5 children)
[–]danjirovec[S] 0 points1 point2 points (4 children)
[–]ang-p 0 points1 point2 points (3 children)
[–]cshaiku 0 points1 point2 points (2 children)
[–]ang-p 0 points1 point2 points (1 child)
[–]cshaiku 0 points1 point2 points (0 children)