Through what are the various files of the Ubuntu operating system identified?
Through what are the various files of the Ubuntu operating system identified?
उबन्तू ऑपरेटींग सिस्टम की विभिन्न फाइलों को किसके माध्यम से पहचाना जाता है?
Detailed Solution & Logic
Extension/ एक्सटेंशन
Explanation / व्याख्या:
उबंटू (Ubuntu) ऑपरेटिंग सिस्टम में विभिन्न फाइलों को उनकी एक्सटेंशन (Extension) के माध्यम से पहचाना जाता है।
- File Extension वह आखिरी हिस्सा होता है जो फाइल के नाम के बाद आता है, जैसे
.txt,.doc,.pdf,.jpg,.shआदि। - यह ऑपरेटिंग सिस्टम को बताता है कि फाइल किस प्रकार की है और इसे कौन सा प्रोग्राम खोल सकता है।
- उदाहरण:
document.txt→ Text fileimage.jpg→ Image filescript.sh→ Shell script file
अन्य विकल्प क्यों गलत हैं:
- File name / फाइल नेम – यह केवल फाइल का नाम है, फाइल के प्रकार को नहीं बताता।
- HTML file / HTML फाइल – यह सिर्फ एक फाइल टाइप है, सभी फाइलों के लिए नहीं।
- Text file / टैक्स्ट फाइल – यह भी केवल एक प्रकार की फाइल है, पूरे सिस्टम की फाइलों को नहीं पहचानता।
Extra Facts / अतिरिक्त तथ्य:
- Linux/Ubuntu में फाइल एक्सटेंशन जरूरी नहीं होता, लेकिन यह पहचान आसान बनाता है।
- Ubuntu में फाइल की पहचान file command से भी की जा सकती है। उदाहरण:
file filenameयह कमांड फाइल के प्रकार को बताएगा।
- Common Linux/Ubuntu extensions:
.sh→ Shell script.deb→ Debian package.tar.gz→ Compressed archive
- Windows में भी फाइल एक्सटेंशन महत्वपूर्ण होती है, लेकिन Linux में permissions और file type flags भी उपयोग होते हैं।
Similar Practice Questions
In Windows OS, where are the files and folders stored on a computer?
In Windows OS, where are the files and folders stored on a computer? विंडोज OS...
How can a user change the system date and time in Windows 10?
How can a user change the system date and time in Windows 10? विडोज 10...
Which of the following combinations is NOT correct?
Which of the following combinations is NOT correct? निम्नलिखित में से कौन-सा संयोजन सही नहीं...
In Unix, files are divided into _____ major categories.
In Unix, files are divided into _____ major categories. यूनिक्स (Unix) में, फ़ाइलों को ——...
Which of the following tasks is performed by the root directory in a computer system?
Which of the following tasks is performed by the root directory in a computer system? ...
Which of the following is the default location where deleted files are temporarily stored in MS Windows OS before they are permanently removed?
Which of the following is the default location where deleted files are temporarily stored in...
What command will you use to copy a text file from the C drive to the D drive in a Command Line Interface (CLI)?
What command will you use to copy a text file from the C drive to...