adplus-dvertising

Welcome to the UNIX System MCQs Page

Dive deep into the fascinating world of UNIX System with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of UNIX System, a crucial aspect of UGC CBSE NET Exam. In this section, you will encounter a diverse range of MCQs that cover various aspects of UNIX System, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within UGC CBSE NET Exam.

frame-decoration

Check out the MCQs below to embark on an enriching journey through UNIX System. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of UGC CBSE NET Exam.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of UNIX System. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

UNIX System MCQs | Page 4 of 7

Discuss
Answer: (d).Crontab for individual users are not stored.
Q32.
In Unix, files can be protected by assigning each one a 9-bit mode called rights bits. Now, consider the following two statements:

I. A mode of 641 (octal) means that the owner can read and write the file, other members of the owner’s group can read it, and users can execute only.
II. A mode of 100 (octal) allows the owner to execute the file, but prohibits all other access.

Which of the following options is correct with reference to above statements?
Discuss
Answer: (c).Both I and II are correct
Q33.
In Unix, the login prompt can be changed by changing the contents of the file ...............
Discuss
Answer: (c).gettydefs
Q34.
A unix file system has 1-KB blocks and 4-byte disk addresses. What is the maximum file size if i-nodes contain 10 direct entries and one single, double and triple indirect entry each?
Discuss
Answer: (c).16 GB
Discuss
Answer: (b).provide a mechanism to map physical device to file names
Q36.
Match the following in Unix file system :

List - I                         List - II
(a) Boot block               (i) Information about file system
(b) Super block            (ii) Information about file
(c) Inode table              (iii) Storage space
(d) Data block               (iv) Code for making OS ready

Codes :
      (a)  (b)  (c)  (d)
Discuss
Answer: (a).(iv)  (i)   (ii)  (iii)
Q37.
In Unix, the command to enable execution permission for file “mylife” by all is ................
Discuss
Answer: (d).All of the above
Q38.
What will be the output of the following Unix command ?

$rm chap0\[1 - 3\]
Discuss
Answer: (a).Remove file chap0[1 - 3]
Discuss
Answer: (c).for n in one two three; do echo-n $n; done
Q40.
Assume that an implementation of Unix operating system uses i-nodes to keep track of data blocks allocated to a file. It supports 12 direct block addresses, one indirect block address and one double indirect block address. The file system has 256 bytes block size and 2 bytes for disk block address. The maximum possible size of a file in this system is
Discuss
Answer: (d).None of the above
Page 4 of 7

Suggested Topics

Are you eager to expand your knowledge beyond UNIX System? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!