adplus-dvertising

Welcome to the Basic System Administration MCQs Page

Dive deep into the fascinating world of Basic System Administration with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of Basic System Administration, a crucial aspect of UNIX. In this section, you will encounter a diverse range of MCQs that cover various aspects of Basic System Administration, 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 UNIX.

frame-decoration

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

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

Basic System Administration MCQs | Page 8 of 10

Q71.
A system call is a routine built into the kernel and performs a basic function.
Discuss
Answer: (a).True
Q72.
When we execute a C program, CPU runs in ____ mode.
Discuss
Answer: (a).user
Q73.
In ____ mode, the kernel runs on behalf of the user.
Discuss
Answer: (a).user
Q74.
All UNIX and LINUX systems have one thing in common which is ____
Discuss
Answer: (a).set of system calls
Q75.
The chmod command invokes the ____ system call.
Discuss
Answer: (a).chmod
Q76.
For reading input, which of the following system call is used?
Discuss
Answer: (c).read
Q77.
Which of the following system call is used for opening or creating a file?
Discuss
Answer: (c).open
Q78.
There are ___ modes of opening a file.

a.

4

b.

3

c.

2

d.

1

Discuss
Answer: (b).3
Q79.
Which of the following mode is used for opening a file in both reading and writing?
Discuss
Answer: (c).O_RDWR
Q80.
open system call returns the file descriptor as ___
Discuss
Answer: (c).char
Page 8 of 10

Suggested Topics

Are you eager to expand your knowledge beyond UNIX? 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!