1800 Testing 4 Practice

1800 Testing 4 Practice

University

30 Qs

quiz-placeholder

Similar activities

EXCEL PRACTICE

EXCEL PRACTICE

10th Grade - University

30 Qs

Pre assessment quiz_Back end + mongo.db_Gadag

Pre assessment quiz_Back end + mongo.db_Gadag

University

33 Qs

Tes Asisten Intro to OS

Tes Asisten Intro to OS

University

25 Qs

11) 210.2 PAM authentication

11) 210.2 PAM authentication

University

29 Qs

¿Sabes más que un estudiante de avanzada? 2023-1

¿Sabes más que un estudiante de avanzada? 2023-1

University

25 Qs

EE08 - vol 2

EE08 - vol 2

University

27 Qs

220-1002   A+  1-25

220-1002 A+ 1-25

University

25 Qs

K-Jarkom-BSI

K-Jarkom-BSI

University

30 Qs

1800 Testing 4 Practice

1800 Testing 4 Practice

Assessment

Quiz

Computers

University

Hard

Created by

James Tafoya

Used 2+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When writing shell scripts and using a case statement to determine whether a set of code should be executed, what is the proper syntax to end the case construct?

endcase

esac

case

done

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using the syntax below, what command will create directories named one, two, and three? echo one two three | ________

uniq

tr

where

xargs

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will take output from a command and append it to the end of a file?

>

<<

>

>>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands will display the exit status of the last command used in the BASH shell?

echo $status

echo $exit

echo $?

echo $!

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following characters can be entered at the beginning of a line in a shell script to ensure that line is recognized as a comment line only?

$

>

%

#

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the common escape sequence to display a horizontal tab using the echo command?

tab

\tab

\t

\%tab

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following can be used for comparing values within an if statement? (Choose two.)

-lt

-neq

=

-grt

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?