adplus-dvertising

Welcome to the Shell Programming MCQs Page

Dive deep into the fascinating world of Shell Programming with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of Shell Programming, a crucial aspect of UNIX. In this section, you will encounter a diverse range of MCQs that cover various aspects of Shell Programming, 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 Shell Programming. 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 Shell Programming. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

Shell Programming MCQs | Page 2 of 16

Q11.
We can use test to test various file attributes.
Discuss
Answer: (a).True
Q12.
Which option is used for checking if the file exists or not?
Discuss
Answer: (a).-e
Q13.
Which of the following option is used for checking if the file is readable or not?
Discuss
Answer: (a).-e
Q14.
Which of the following option is used for checking if the file is writable or not?
Discuss
Answer: (d).-w
Q15.
To check if the file exists and is executable we have to use ___ option with test.
Discuss
Answer: (c).-x
Q16.
-d option is used for checking if the file exists and is a directory.
Discuss
Answer: (a).True
Q17.
____ option is used for checking whether a particular file is older than a specified file.
Discuss
Answer: (d).-ot
Q18.
To check if two files are linked to each other, we can use -ef option.
Discuss
Answer: (a).True
Q19.
case statement should have a corresponding closing esac.
Discuss
Answer: (a).True
Q20.
The ___ option in case statement matches any option not matched by the previous options.

a.

^

b.

$

c.

*

d.

//

Discuss
Answer: (c).*
Page 2 of 16

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!