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

Q61.
Which command is used to print a file?
Discuss
Answer: (d).lp
Q62.
Which command will be used with vi editor to replace single character under cursor with any number of characters?

a.

s

b.

S

c.

a

d.

i

Discuss
Answer: (a).s
Q63.
Which of the following set options is used with vi editor to ignore case while searching for patterns?
Discuss
Answer: (a).ic
Q64.
Which command is used to list out all the hidden files along with the other files?
Discuss
Answer: (d).ls -a
Q65.
Which of the following commands is used to absolutely assign all permissions to the owner, read and write permissions to the group and only executable permission to the others of the file note?
Discuss
Answer: (a).chmod 761 note
Q66.
The chmod ugo+rw note command can be represented in octal notation as
Discuss
Answer: (b).chmod 666 note
Q67.
Which of the following commands is used to display the filenames in multiple columns with indication of directories and executable file?
Discuss
Answer: (a).ls -F -x
Q68.
Which command is used with vi editor to search a pattern in the forward direction?
Discuss
Answer: (a)./
Q69.
Which of the following commands is used to assign executable permission to the owner of the file named "note"?
Discuss
Answer: (c).chmod u+x note
Q70.
The command to count the number of files in the current directory by using pipes, is
Discuss
Answer: (c).ls | wc -w

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!