Important Notice:

Linux and Unix Operating System

Linux and Unix Operating System

18 views 2 min read

Linux and Unix Operating System (लिनक्स और यूनिक्स ऑपरेटिंग सिस्टम)

1. Unix Operating System (यूनिक्स ऑपरेटिंग सिस्टम)

हिंदी व्याख्या: Unix एक powerful, multi-user और multi-tasking ऑपरेटिंग सिस्टम है। यह 1969 में Bell Laboratories (AT&T) में Ken Thompson और Dennis Ritchie द्वारा बनाया गया था। Unix बहुत stable और secure है। यह मुख्य रूप से सर्वर, वर्कस्टेशन और बड़े सिस्टम पर इस्तेमाल होता है। Unix का कोड proprietary (बंद) होता है।

English Explanation: Unix is a powerful, multi-user and multi-tasking operating system. It was created in 1969 at Bell Laboratories (AT&T) by Ken Thompson and Dennis Ritchie. Unix is very stable and secure. It is mainly used on servers, workstations and large systems. Unix code is proprietary (closed source).

2. Linux Operating System (लिनक्स ऑपरेटिंग सिस्टम)

हिंदी व्याख्या: Linux Unix ऑपरेटिंग सिस्टम का Open Source वर्जन है। इसे 1991 में Linus Torvalds नाम के Finnish छात्र ने बनाया था। Linux पूरी तरह फ्री और Open Source है। आज दुनिया के ज्यादातर सर्वर, सुपर कंप्यूटर, Android फोन और Cloud सिस्टम Linux पर चलते हैं। Ubuntu, Fedora, Debian, Kali Linux, Red Hat आदि Linux के लोकप्रिय वितरण (Distributions) हैं।

English Explanation: Linux is the Open Source version of the Unix operating system. It was created in 1991 by a Finnish student named Linus Torvalds. Linux is completely free and Open Source. Today most servers, supercomputers, Android phones and Cloud systems run on Linux. Popular distributions of Linux are Ubuntu, Fedora, Debian, Kali Linux, Red Hat etc.

3. Difference Between Unix and Linux (यूनिक्स और लिनक्स में अंतर)

हिंदी व्याख्या:

  • Unix proprietary (पेड) है जबकि Linux फ्री और Open Source है।
  • Unix मुख्य रूप से बड़े सर्वर पर, Linux घर, ऑफिस और सर्वर दोनों जगह इस्तेमाल होता है।
  • Linux Unix का clone है लेकिन Linux में ज्यादा user-friendly distributions उपलब्ध हैं।

English Explanation:

  • Unix is proprietary (paid), Linux is free and Open Source.
  • Unix is mainly used on big servers, Linux is used at home, office and servers.
  • Linux is a clone of Unix but has more user-friendly distributions.

4. Important Features of Linux (लिनक्स की महत्वपूर्ण विशेषताएं)

हिंदी व्याख्या:

  • Open Source और फ्री
  • बहुत Stable और Secure
  • Multi-user और Multi-tasking
  • Command Line Interface (CLI) बहुत powerful
  • Customization की पूरी आजादी
  • Virus से लगभग मुक्त

English Explanation:

  • Open Source and Free
  • Very Stable and Secure
  • Multi-user and Multi-tasking
  • Powerful Command Line Interface (CLI)
  • Full customization freedom
  • Almost virus-free

5. Some Important Linux Commands (कुछ महत्वपूर्ण लिनक्स कमांड)

File and Directory Commands

  • pwd → Present Working Directory दिखाता है (आप किस फोल्डर में हैं)
  • ls → Current directory की files और folders दिखाता है
  • ls -l → Detailed list (permissions, size, date)
  • ls -a → Hidden files भी दिखाता है
  • cd foldername → उस फोल्डर में जाएं
  • cd .. → एक फोल्डर पीछे जाएं
  • cd ~ → Home directory में जाएं
  • mkdir foldername → नया फोल्डर बनाएं
  • rmdir foldername → खाली फोल्डर डिलीट करें
  • rm filename → फाइल डिलीट करें
  • rm -r foldername → फोल्डर और उसकी सारी फाइलें डिलीट करें

Related Notes