How should I enable my terminal find command on the whole disk on macOS 10.13.6?

I am using macOS 10.13.6, on which, sudo find / -name always gets "Operation not permitted".

I googled it and got some "solution" which needs me enable "Full Disk Access".

However, "Security & Privacy" panel doesn't have an item called "Full Disk Access".

enter image description here

How should I enable my terminal find command on the whole disk?


Solution 1:

Make some tea and you’re done. That setting won’t arrive until you upgrade to a newer OS.

Your find command has no barriers other than traditional ACL and permissions to stop it from traversing the entire disk.

  • https://support.apple.com/guide/mac-help/change-permissions-for-files-folders-or-disks-mchlp1203/mac