adplus-dvertising

Welcome to the Unix File System MCQs Page

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

frame-decoration

Check out the MCQs below to embark on an enriching journey through Unix File System. 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 Unix File System. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

Unix File System MCQs | Page 10 of 27

Q91.
We can provide multiple filenames as arguments to gunzip.
Discuss
Answer: (a).True
Q92.
Which of the following is a better agent than gzip?
Discuss
Answer: (b).bzip2 and bunzip2
Q93.
Which of the following is an archival program?
Discuss
Answer: (d).tar
Q94.
To create an archive named abc.tar consisting of two files, file01 and file02, which of the following command will be used?
Discuss
Answer: (b).tar –cvf file01 file02 abc.tar
Q95.
Which command will be used for extracting files from an archive named abc.tar?
Discuss
Answer: (a).tar –xvf abc.tar
Q96.
Which of the following command is used for viewing the attributes of contents of an archive?
Discuss
Answer: (a).tar –tvf abc.tar
Q97.
Which option is used by tar to append files to the end of an archive?
Discuss
Answer: (d).–r
Q98.
Which command is used for compressing and archiving files together?
Discuss
Answer: (d).zip
Q99.
For using zip command, the first argument should be a compressed filename.
Discuss
Answer: (a).True
Q100.
For recursive compression, zip uses –r option.
Discuss
Answer: (a).True

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!