Question
a.
Major strength of UNIX Operating System is its open standards which enabled large number of organizations ranging from academicia to industries to participate in its development.
b.
UNIX kernel uses modules with well specified interfaces and provides advantages like simplified testing and maintenance of kernel. It has better extensibility as the kernel is not monolithic.
c.
UNIX is kernel based operating system with two main components viz. process management subsystem and file management subsystem.
d.
All devices are represented as files which simplify the management of I/O devices and files. The directories structure used is directed acyclic graph.
Posted under UGC NET computer science question paper UNIX System
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which of the following statements is not true for UNIX Operating System ?
Similar Questions
Discover Related MCQs
Q. Consider the following UNIX command:
sort < in > temp; head -30 < temp; rm temp
Which of the following functions shall be performed by this command?
View solution
Q. The mv command changes
View solution
Q. A UNIX file system has 1 KB block size and 4-byte disk addresses. What is the maximum file size if the inode contains ten direct block entries, one single indirect block entry, one double indirect block entry and one triple indirect block entry?
View solution
Q. A user level process in Unix traps the signal sent on a Ctrl + C input and has a signal handling routine that saves appropriate files before terminating the process. When a Ctrl + C input is given to this process, what is the mode in which the signal handling routine executes ?
View solution
Q. Which one of the following options is not a shell in UNIX system?
View solution
Q. Which command allows you to view your file 24 lines at a time ?
View solution
Q. The Unix command used to find out the number of characters in a file is
View solution
Q. Find the odd man out:
View solution
Q. Which of the following changes permission to deny write permission to group and others?
View solution
Q. Which of the following OS treats hardware as a file system?
View solution
Q. An example of a memory management system call in UNIX is:
View solution
Q. An example of a directory found in most UNIX system is:
View solution
Q. The “nice” command is used in Unix:
View solution
Q. Which of the following is not an Unix Command ?
View solution
Q. A system call in Linux operating system to create a new child process, which is a copy of the parent process:
View solution
Q. The environment variable in Linux, that contain a list of directories the shell automatically recognizes.
View solution
Q. In Linux, the subdirectory that contains system configuration files including user passwords:
View solution
Q. Linux partitions are created using the file system:
View solution
Q. Which UNIX/Linux command is used to make all files and sub-directories in the directory “progs” executable by all users?
View solution
Q. Consider the following statements :
(a) UNIX provides three types of permissions
* Read
* Write
* Execute
(b) UNIX provides three sets of permissions
* permission for owner
* permission for group
* permission for others
Which of the above statement/s is/are true?
View solution
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!