Skip to content

Find file or folder in Linux

Ever needed to do a simple search for an application, a file or a folder in Linux and when whereis doesn’t return anything useful?

sudo find / -name "some_folder"

Comments