0 votes
in Linux by
How to find where a file is stored in Linux?

1 Answer

0 votes
by
How to find where a file is stored in Linux?

You can use the locate command to find the path to the file.

Suppose you want to find the locations of a file name sample.txt, then your command would be:

$ locate sample.txt

Related questions

0 votes
asked Nov 11, 2020 in Linux by sharadyadav1986
+1 vote
asked Feb 20, 2021 in Linux by SakshiSharma
...