Pages

Jun 4, 2022

How to find any Linux file?

 Hi,

Every folder in the linux is a directory.

There are few commands to find a directory in linux filesystem like;

#locate filename

#find /dirName -name filename -exec ls -lrth {} \;

Thanks

No comments:

Post a Comment