DOS and LINUX Operating Systems – ITI NIMI Mock Test COPA TheoryTest DOS and LINUX Operating Systems (डॉस और लिनक्स ऑपरेटिंग सिस्टम) – ITI NIMI Mock Test COPA Theory DOS and LINUX Operating Systems - ITI NIMI Mock Test COPA Theory 1 / 241. Q. Write the Linux command to remove all the permission to the user and group on the directory ‘software’? | उपयोगकर्ता और समूह को निर्देशिका 'सॉफ्टवेयर' पर सभी अनुमतियों को हटाने के लिए लिनक्स कमांड लिखें A) Chmod ug - rwx software B) Chmod ug - a software C) Chmod ug - A software D) Chmod ug - Rwx software 2 / 242. Q. Which character is used to represent a range of values in Linux? | लिनक्स में मूल्यों की एक श्रृंखला का प्रतिनिधित्व करने के लिए किस वर्ण का उपयोग किया जाता है? A) ( ) B) [ ] C) { } 3 / 243. Q. Which DOS command is used to list all com files in D drive? | डी ड्राइव में सभी कॉम फाइलों को सूचीबद्ध करने के लिए किस डॉस कमांड का उपयोग किया जाता है? A) DIR D : com B) DIR D : com. * C) DIR D : * .com D) DIR D : * com * 4 / 244. Q. Which DOS command is used to display system time? | सिस्टम समय प्रदर्शित करने के लिए किस डॉस कमांड का उपयोग किया जाता है? A) Now B) Time C) SYSTEM D) SYSTEMTIME 5 / 245. Q. What is the maximum number of character allowed as file name in DOS? | डॉस में फ़ाइल नाम के रूप में अनुमत वर्णों की अधिकतम संख्या क्या है? A) 3 characters B) 6 characters C) 7 characters D) 8 characters 6 / 246. Q. How the directories under the root directory are called? | रूट डायरेक्टरी के तहत निर्देशिकाओं को कैसे कहा जाता है A) Dir B) Path C) Sub directories D) Tree 7 / 247. Q. Which Linux command is used to sort the text file ‘network’ in descending order? | टेक्स्ट फ़ाइल 'नेटवर्क' को अवरोही क्रम में सॉर्ट करने के लिए किस लिनक्स कमांड का उपयोग किया जाता है? A) Sort / r network B) Sort - r network C) Sort + r network D) Sort r network 8 / 248. Q. Which character is used to redirect output in to an existing file in Linux? लिनक्स में मौजूदा फ़ाइल में आउटपुट को रीडायरेक्ट करने के लिए किस कैरेक्टर का उपयोग किया जाता है? A) > B) >> C) < D) << 9 / 249. Q. Which command is used to hide the file? | फाइल को छुपाने के लिए किस कमांड का प्रयोग किया जाता है ? A) attrib -h filename B) attrib +h filename C) attrib /h filename D) attrib h filename 10 / 2410. Q. What is the name of hierarchical file system in DOS? | DOS में पदानुक्रमित फाइल सिस्टम का नाम क्या है? A) Tree structure B) Root structure C) Hybrid structure D) Directory structure 11 / 2411. Q. Which Linux command list the content of all sub directory? | कौन सा लिनक्स कमांड सभी उप निर्देशिका की सामग्री सूचीबद्ध करता है? A) ls ~ B) ls * / C) ls / D) ls ../ 12 / 2412. Q. Which DOS command is used to create a text file? | टेक्स्ट फ़ाइल बनाने के लिए किस DOS कमांड का उपयोग किया जाता है? A) List B) Type C) Copycon D) Dir 13 / 2413. Q. Which Linux command to set the permission ‘x’ to user, ‘rw’ to others and ‘rwx’ to group for the file launcher? | फ़ाइल लॉन्चर के लिए उपयोगकर्ता को अनुमति 'x', दूसरों को 'rw' और समूह के लिए 'rwx' सेट करने के लिए कौन सा लिनक्स कमांड है? A) Chmod 176 launche B) Chmod 671 launcher C) Chmod 167 launcher D) Chmod 166 launcher 14 / 2414. Q. Which DOS command is used to delete a directory? | किसी डायरेक्टरी को डिलीट करने के लिए किस डॉस कमांड का प्रयोग किया जाता है ? A) RD B) REMOVE C) DEL D) DELETE 15 / 2415. Q. Which filename will matches the command. DIR????T.TxT in DOS? | कौन सा फाइलनाम कमांड से मेल खाएगा। DIR????T.TxT DOS में? A) TIME . TXT B) TEXT . TXT C) TEMP . TXT D) TEMPT . TxT 16 / 2416. Q. What in the result of the DOS command PROMPT $D$G? | DOS कमांड PROMPT $D$G के परिणाम में क्या होता है? A) Prompt > B) D : > C) Current date > D) Current time > 17 / 2417. Q. Which Linux command list the contents of parent directory? | कौन सा लिनक्स कमांड मूल निर्देशिका की सामग्री सूचीबद्ध करता है? A) ls ~ B) ls */ C) ls / D) ls .. / 18 / 2418. Q. What is the used of CD command in DOS? | DOS में CD कमांड का प्रयोग किसमें किया जाता है? A) Create a directory B) Change the device name C) Create root directory D) Change the path of current directory 19 / 2419. Q. What is use of ‘who’ command in Linux? | लिनक्स में 'who' कमांड का क्या उपयोग है? A) Login user B) Logout user C) Login password D) Logout password 20 / 2420. Q. Which character is used to represent parent directory in Linux? | लिनक्स में मूल निर्देशिका का प्रतिनिधित्व करने के लिए किस वर्ण का उपयोग किया जाता है? A) . B) .. C) ~ D) * 21 / 2421. Q. Which one of the following is the wildcard character? | निम्नलिखित में से कौन सा वाइल्डकार्ड कैरेक्टर है? A) * and / B) ? and / C) * and ? D) ? and @ 22 / 2422. Q. Which command is used to release the read only permission? | रीड ओनली अनुमति जारी करने के लिए किस कमांड का उपयोग किया जाता है? A) attrib -r filename B) attrib +r filename C) attrib /r filename D) attrib filename 23 / 2423. Q. Which character redirects the output of one command to another in Linux? | लिनक्स में कौन सा वर्ण एक कमांड के आउटपुट को दूसरे में रीडायरेक्ट करता है? A) . Dot B) | Pipe C) : Colon D) ; Semicolon 24 / 2424. Q. Which command is used to specify the location of files or folders in MSDOS? | MSDOS में फ़ाइलों या फ़ोल्डरों के स्थान को निर्दिष्ट करने के लिए किस कमांड का उपयोग किया जाता है? A) Dir B) Path C) Sub directories D) Tree Your score is Facebook Restart Exit