I am using CentOS minimal version and I am trying to locate a file, but I have no idea how to search all of the server for the file. I am sure there is a command out there to do it, can anyone help me?
If you want to list down the directory in a long listing format, you can use the "ls" along with the find command, as seen below. Another option is the "-iname" that will implement the case-sensitive search.
Try this command:
find / -name file.look
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With