Which of the following find commands will print out a list of files owned by root and with the SUIDbit set in /usr?
A
But there is an error in the answer: It needs to befind /usr -uid 0 -perm -4000
Please log in or signup in order to use this feature
Please Enter 10 characters or more
But there is an error in the answer: It needs to be
find /usr -uid 0 -perm -4000