LINUX MODULE 03 QUIZ

Quiz
•
Computers
•
University
•
Medium

DIGVIJAY SINGH THAKUR
Used 8+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is a shell in Linux?
Hardware interface
Software kernel
Command interpreter
Text editor
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is the default shell in most Linux distributions?
Bourne Again Shell (bash)
C shell (csh)
Bourne shell (sh)
Korn shell (ksh)
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is the correct syntax for an if statement in bash?
if [ condition ]; then
if condition: then
if (condition); then
if {condition}; then
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following symbol is used to comment a line in shell scripts?
//
/* */
#
%%
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What file extension is typically used for shell scripts?
.sh
.bash
.txt
.shell
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will the following script output?
i=5
while [ $i -gt 0 ]; do
echo $i
i=$((i-1))
done
5 4 3 2 1
1 2 3 4 5
Infinite loop
Error in syntax
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
How do you access the first argument passed to a shell script?
$arg1
$1
$first
$0
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Linux Fail Show: Comando ou Consequência

Quiz
•
University
10 questions
DIS08_1_Shell

Quiz
•
University
15 questions
220 1002 A+ 75-90

Quiz
•
University
6 questions
Linux

Quiz
•
University
12 questions
HTML, JAVASCRIPT,XML

Quiz
•
University
12 questions
Fundamentos de Shell Script

Quiz
•
11th Grade - University
10 questions
Shells, tipos, características

Quiz
•
University
15 questions
Linux Tools for Developers

Quiz
•
University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade