Linux -'Find' Knowledge Base - Exercise Bank
1. Find all the files under /home directory with name passwd :
First you have to create a file in the home directory here we created passwd
[root@192 Desktop]# find /home -name passwd -type f
2. Find all the files whose name is shadow in a /etc dir...
theshubhamgour.hashnode.dev4 min read