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 Operating System. 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 Operating System.

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 Operating System.

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 12 of 17

Q111.
Which command is used with vi editor to move cursor forward to first occurrence of character 'ch' in the current line?
Discuss
Answer: (b).fch
Q112.
Which of the following keys is used to delete the character beneath the cursor?

a.

x

b.

X

c.

dd

d.

D

Discuss
Answer: (a).x
Q113.
Which command is used to assign only read permission to all three categories of the file 'note'?
Discuss
Answer: (c).chmod ugo=r note
Q114.
Which command will be used with vi editor to append text at end of line?

a.

A

b.

a

c.

i

d.

I

Discuss
Answer: (a).A
Q115.
The first set of the three permissions (rw) pertains to the owner of the file, indicating that the owner has
Discuss
Answer: (d).both read and write permissions
Q116.
Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it?
Discuss
Answer: (a).who | tee user.lst
Q117.
Which of the following shell's wildcards are used to match any number of characters including none?
Discuss
Answer: (d).*
Q118.
The command used to remove the directory is;
Discuss
Answer: (a).rmdir
Q119.
Which symbol will be used with grep command to match the pattern pat at the end of a line?
Discuss
Answer: (c).pat$
Q120.
Which command is used to display all the lines with the string 'sales' from the file empl.lst?
Discuss
Answer: (c).grep sales empl.lst

Suggested Topics

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