All Linux Commands in Hindi (सभी Linux Commands हिंदी में)

लिनक्स क्या है?

लिनक्स (Linux) एक open-source operating system है, जिसका उपयोग कंप्यूटर और लैपटॉप में किया जाता है। यह तेज, सुरक्षित और highly customizable है, इसलिए इसे technology experts और server administrators द्वारा बहुत पसंद किया जाता है। Linux का उपयोग करने के लिए इसकी commands के बारे में जानकारी होना आवश्यक है। नीचे आपको basic और advanced सभी Linux commands की जानकारी हिंदी में सरल शब्दों में दी गई है।

Basic Linux Commands in Hindi (बेसिक Linux Commands)

Commandउपयोगविवरण
mailईमेल भेजने के लिएकमांड लाइन से ईमेल भेजने में मदद करता है
pingदो nodes के बीच कनेक्शन चेक करने के लिएnetwork connection check करने में सहायक
hostIP address दिखाने के लिएदिए गए domain का IP address डिस्प्ले करता है
lsडायरेक्टरी में फाइलें दिखाने के लिएdirectory के अंदर की files और folders की लिस्ट दिखाता है
cdडायरेक्टरी बदलने के लिएकिसी दूसरी directory में जाने के लिए
touchखाली file बनाने के लिएनई खाली file create करता है
catfile देखना या बनानाfile का content देखने और नई file बनाने में मददगार
rmfiles delete करने के लिएकिसी file को delete करने के लिए
cpफाइल या डायरेक्टरी कॉपी करने के लिएfiles या directories को copy करने के लिए
mvfiles move करने के लिएfiles या directories को एक location से दूसरी location पर move करता है
renameनाम बदलने के लिएfiles के नाम में बदलाव करने के लिए
headfile की शुरुआत की lines दिखाने के लिएfile की पहले 10 lines देखने के लिए
tailfile की आखिरी lines दिखाने के लिएfile की अंतिम 10 lines देखने के लिए
tacउल्टा content दिखाने के लिएfile के content को reverse order में दिखाता है
greptext खोजने के लिएfile के अंदर विशेष text को search करने के लिए
useraddनया user जोड़ने के लिएsystem में नया user add करने के लिए
passwduser का password बदलने के लिएuser password change करने के लिए
findfile सर्च करने के लिएdirectory में specific file ढूंढने के लिए
sortdata को क्रम में लगाने के लिएfile के data को alphabetical order में sort करने के लिए
dfdisk space देखने के लिएdisk space की जानकारी प्राप्त करता है
mkdirनई directory बनाने के लिएकिसी directory में नई folder बनाने के लिए
rmdirdirectory delete करने के लिएकिसी directory को delete करने के लिए
dateवर्तमान तारीख और समय देखने के लिएcurrent date और time देखने के लिए
calमाह का calendar देखने के लिएcurrent month का calendar दिखाता है
clearscreen साफ़ करने के लिएterminal screen को clear करता है
exitterminal से बाहर निकलने के लिएcurrent terminal session से exit करता है
sshremote computer से connect होने के लिएremote computer के साथ connection बनाता है
pwdcurrent directory का पता दिखाने के लिएpresent working directory की location जानने के लिए
gzipfiles compress करने के लिएfile को compress करने के लिए
gunzipcompressed files decompress करने के लिएcompressed files को decompress करता है

Advanced Linux Commands in Hindi (एडवांस Linux Commands)

11. rename Command

  • उपयोग: files के नाम बदलने के लिए।

12. head Command

  • उपयोग: file की शुरुआत की 10 lines दिखाने के लिए।

13. tail Command

  • उपयोग: file की अंतिम 10 lines दिखाने के लिए।

14. tac Command

  • उपयोग: file के content को उल्टे क्रम (reverse order) में दिखाने के लिए।

15. grep Command

  • उपयोग: किसी विशेष text को ढूंढने के लिए।

16. useradd Command

  • उपयोग: नए user को जोड़ने के लिए।

17. passwd Command

  • उपयोग: user का password बदलने के लिए।

18. find Command

  • उपयोग: directory में file को ढूंढने के लिए।

19. sort Command

  • उपयोग: file के data को alphabetical क्रम में sort करने के लिए।

20. df Command

  • उपयोग: disk space की जानकारी प्राप्त करने के लिए।

अन्य महत्वपूर्ण Linux Commands

21. mkdir Command

  • उपयोग: नई directory बनाने के लिए।

22. rmdir Command

  • उपयोग: directory को delete करने के लिए।

23. date Command

  • उपयोग: वर्तमान तारीख और समय देखने के लिए।

24. cal Command

  • उपयोग: वर्तमान माह का calendar देखने के लिए।

25. clear Command

  • उपयोग: screen को साफ़ करने के लिए।

26. exit Command

  • उपयोग: वर्तमान terminal से बाहर निकलने के लिए।

27. ssh Command

  • उपयोग: remote computer से connect होने के लिए।

28. pwd Command

  • उपयोग: वर्तमान directory की location को जानने के लिए।

29. gzip Command

  • उपयोग: files को compress करने के लिए।

30. gunzip Command

  • उपयोग: compressed files को decompress करने के लिए।

Linux की विशेषताएं (Linux Features)

  1. पोर्टेबल (Portable): Linux का इस्तेमाल विभिन्न hardware पर किया जा सकता है।
  2. मल्टी-यूजर सपोर्ट (Multi-User Support): एक ही समय में कई user इसका इस्तेमाल कर सकते हैं।
  3. मल्टी-प्रोग्रामिंग (Multi-Programming): एक साथ कई programs को चलाने की सुविधा।
  4. ओपन-सोर्स और मुफ्त (Open-Source and Free): सभी के लिए मुफ्त और source code उपलब्ध है।

Conclusion

यह लेख सभी basic और advanced Linux commands को बच्चों के लिए सरल और हिंदी में समझाने का प्रयास करता है ताकि हिंदी भाषी लोग भी Linux के बारे में आसानी से जानकारी प्राप्त कर सकें।

Leave a Comment