Bash Scripting Basics Quiz

Bash Scripting Basics Quiz

Vocational training

15 Qs

quiz-placeholder

Similar activities

LDAP Knowledge Quiz

LDAP Knowledge Quiz

University

11 Qs

Latihan Ulangan Informatika Kelas 4

Latihan Ulangan Informatika Kelas 4

4th Grade

20 Qs

UTS PIT "Pendidikan Informatika" AR

UTS PIT "Pendidikan Informatika" AR

10th Grade - University

20 Qs

informatika sınaqları

informatika sınaqları

KG - University

15 Qs

 Microsoft Excel

Microsoft Excel

University

10 Qs

BCS Logic and coding

BCS Logic and coding

Professional Development

15 Qs

"Desafio Linux: Testando Seu Conhecimento em Sistemas Operaciona

"Desafio Linux: Testando Seu Conhecimento em Sistemas Operaciona

Professional Development

13 Qs

Python Basic II

Python Basic II

11th Grade - University

20 Qs

Bash Scripting Basics Quiz

Bash Scripting Basics Quiz

Assessment

Quiz

Instructional Technology

Vocational training

Hard

Created by

T Branding

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command prints "Hello World" to the terminal?

print "Hello World"

echo "Hello World"

say "Hello World"

write "Hello World"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you assign the value "5" to a variable named x?

x = 5

x=5

set x = 5

let x = 5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does $x represent in a Bash script?

A new variable

The value of variable x

A command

An error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command lists all files in the current directory?

dir

ls

list

ls -l

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What’s the output of echo $((2 + 3))?

2 + 3

5

$((2 + 3))

Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you make a script executable?

chmod +x script.sh

execute script.sh

chmod -x script.sh

run script.sh

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this loop print: for i in {1..3}; do echo $i; done?

1 2 3

123

1

Error

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?