I am currently looking for the simplest way to find all binary files in /usr/bin and /usr/sbin directories that require root privilege to run, which means I should run them using sudo or by being root only, for example, tcpdump.
I have a freshly installed Ubuntu 20.04 LTE so I don't have any other additional binary files.
Every single answer would help and is much appreciated.