Unix in Hindi and English
Unix (यूनिक्स)
Unix एक Closed Based ऑपरेटिंग
सिस्टम है जिसे कि फ्री में इस्तेमाल नहीं किया जा सकता है। यह अब तक का सबसे Powerful ऑपरेटिंग
सिस्टम में से एक है। यूनिक्स Multitasking और Multi User को
सपोर्ट करता है, यानि इस ऑपरेटिंग सिस्टम में एक समय
में दो या दो से अधिक लोग अलग – अलग प्रकार के काम कर सकते हैं।
यूनिक्स का इतिहास (History
of Unix Operating System)
Unix प्रोजेक्ट
की शुरुआत सन 1969 में
AT&T Bell Laboratory में
Ken Thompson, Dennis Ritchie, Douglas McIlroy,
और Joe Ossanna ने
की।
The Unix project was started in
1969 at the AT&T Bell Laboratory by Ken Thompson, Dennis Ritchie, Douglas
McIlroy, and Joe Ossanna.
Structure of Unix (यूनिक्स की संरचना)
1) Kernel (कर्नेल)
2) Shell (शैल)
3) Command (कमांड)
4) Files And Directories (फाइलें और निर्देशिकाएं)
Unix operating System window |
Kernel (कर्नेल)
Kernel को ऑपरेटिंग सिस्टम का दिल भी कहते
हैं। कर्नेल एक कोर कॉम्पोनेन्ट होता है जिसका पूरे सिस्टम पर नियंत्रण होता है।
यह हार्डवेयर और अधिकांश कार्यों जैसे मेमोरी मैनेजमेंट, टास्क
शेड्यूलिंग और फाइल मैनेजमेंट के साथ इंटरैक्ट करता है।
Kernel is also called the heart of the operating system. The
kernel is a core component that controls the entire system. It interacts with
hardware and most functions like memory management, task scheduling and file
management.
Shell (शैल)
Shell यूजर के अनुरोधों को प्रोसेस करती है।
जब यूजर कोई कमांड देता है तो Shell कमांड को Interprets करती
है और यूजर के कमांड के अनुसार प्रोग्राम को कॉल करती है।
Shell processes user requests. When the user gives a command,
the shell interprets the command and calls the program according to the user's
command.
जैसे आप Username और Password से Login करते
हैं तो Shell पहले Username और Password को Check करता
है और फिर किसी दूसरे प्रोग्राम को स्टार्ट करता है।
Like you login with username and password, Shell first checks
the username and password and then starts another program.
Commands (कमांड)
यूजर विभिन्न कमांड का उपयोग अपने प्रतिदिन के
कार्यों में कर सकते हैं। Cp, Mv, Cat, Grep, Etc कुछ
कमांड के उदाहरण हैं। सभी कमांड में विभिन्न विकल्प मौजूद हैं।
Users can use various commands in their day to day
activities. Cp, Mv, Cat, Grep, Etc are some examples of commands. Various
options are present in all the commands.
Files and Directories (फाइलें और निर्देशिकाएं)
यूनिक्स में सभी डाटा को फाइलों में व्यवस्थित
किया जाता है और इन फाइलों को Directories में व्यवस्थित किया जाता है। आगे इन Directories
को Tree Structure में व्यवस्थित किया जाता है जिसे कि
फाइल सिस्टम बी कहा जाता है।
In Unix all the data is organized in files and these files
are organized in directories. Further these directories are arranged in a tree
structure which is called file system B.
Feature of Unix (यूनिक्स की विशेषतायें)
1) यूनिक्स एक Multi User ऑपरेटिंग
सिस्टम है। इसमें एक समय में एक से अधिक
लोग काम कर सकते हैं।
Unix is a multi user operating system. More than one person
can work in it at a time.
2) Multi User के साथ यूनिक्स Multi
Tasking ऑपरेटिंग सिस्टम है जिसमें यूजर एक समय में एक
से अधिक कार्यों को कर सकते हैं।
Unix is a multi-tasking operating system with multi-user,
in which users can perform more than one task at a time.
3) यूनिक्स ऑपरेटिंग सिस्टम की Security बहुत
उच्च स्तर की होती है, यह
केवल Authorized यूजर को ही एक्सेस करने की अनुमति देता
है। Unix System Level और File Level
Securities प्रदान करवाता है।
Unix operating system has a very high level of security, it
allows access only to authorized users. Unix provides System Level and File
Level Securities.
4) यूनिक्स Hierarchical File Structure प्रदान
करता है जिससे डेटा का इस्तेमाल करना और डेटा को मेन्टेन करना आसान होता है।
Unix provides Hierarchical File Structure which makes it easy
to access and maintain data.
5) यूनिक्स में Windows की
तरह Graphical User Interface (GUI) उपलब्ध है।
Unix has a Graphical User Interface (GUI) like Windows.
No comments: