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 5 of 7

Discuss
Answer: (c).title = WELCOME; export title ; sh –c “echo $title”
Discuss
Answer: (c).for i in my first script; do echo –i $i; done
Discuss
Answer: (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.
Discuss
Answer: (c).Sort, taking the input from "in" and writing the output to "temp" then prints 30 lines from temp on terminal. Finally "temp" is removed
Discuss
Answer: (c).the directory entry
Q46.
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?
Discuss
Answer: (c).16 GB
Q47.
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 ?
Discuss
Answer: (b).Kernel mode
Q48.
Which one of the following options is not a shell in UNIX system?
Discuss
Answer: (c).Net Shell
Q49.
Which command allows you to view your file 24 lines at a time ?
Discuss
Answer: (a).More
Q50.
The Unix command used to find out the number of characters in a file is
Discuss
Answer: (b).wc
Page 5 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!