Saturday, June 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

Unleashing the Power of Docker and Docker Compose: Building Lightweight and Secure Containers

  Introduction In today's cloud-native world, containerization is the cornerstone of modern software development. Docker has revolutioni...