How to find a file location in Linux?
For this, we can use the locate command. For example, if we’d like to get the location of a file named test.txt, we’d run the following command:
$ locate test.txt
For this, we can use the locate command. For example, if we’d like to get the location of a file named test.txt, we’d run the following command:
$ locate test.txt