Which of the following commands is used to find all files that have the SGID bit set?

Which of the following commands is used to find all files that have the SGID bit set?Category: Introduction to Linux IIAuthor "LinuxQuestions"Which of the following commands is used to find all files that have the SGID bit set?
Linux Questions Staff asked 1 year ago

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

About the author