Linux Commands are Commonly Use – 6
➡51. 'find' কমান্ডের মাধ্যমে লিনাক্সে ফাইল/ডিরেক্টরি নাম, সাইজ, টাইপ, পার্মিশন অনুযায়ী খোঁজা যাবেঃ[root@desktop ~]# find / -name student[root@desktop ~]# find / -size +100M[root@desktop ~]# find / -type f -name passwd[root@desktop…