---

Search files using the find command in Linux by examples

If you are at *nix system, whether you are System administrator, common user, programmer or whoever; you will surely need to find file using different criteria. For that *nix system has very powerful and efficient command called “find”.

The find command is a powerful *nix utility that allows the user to find files located in the file system through various criteria such as the file name, owner, group, size, inodes, when file was last accessed, when the file status was last changed, the file’s permissions, even using regular expression pattern etc.

I will try to cover maximum usage of commands that you are gonna need for any such operations. I hope after reading those examples one will easily use find command for one’s problem.

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis