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 1 of 27

Q1.
Which command is used for changing the current directory?
Discuss
Answer: (a).cd
Q2.
cd command cannot be used without any argument.
Discuss
Answer: (b).False
Q3.
Which command is used for creating directories?
Discuss
Answer: (b).mkdir
Q4.
We can create multiple directories by single invocation of mkdir command.
Discuss
Answer: (a).True
Q5.
What does the following command do?

$ mkdir dir dir/dir_01/dir_02
Discuss
Answer: (a).create dir, dir_01 and dir_02
Discuss
Answer: (d).the directory may exist, there may be a ordinary file, the permissions set for the current directory does not allow the creation
Q7.
Which command is used for removing an empty directory?
Discuss
Answer: (c).rmdir
Q8.
Multiple directories can be removed using single rmdir command.
Discuss
Answer: (a).True
Q9.
For creating or removing directories, the user must be positioned above the directory or in the parent directory of the directory, on which the operation is to performed.
Discuss
Answer: (a).True
Discuss
Answer: (d).dir001 doesn’t exist, dir001 is not empty and permissions of dir001 doesn’t allow to remove it
Page 1 of 27

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!