Which of the following commands is used to find all files that have the SGID bit set?
- find / -type f -p -2000
- find / -type f -perm -2000
- find / -type f -perm -4000
- find / -type f -mode -2000
Please login or Register to submit your answer