IT Fundamental Quiz 5

IT Fundamental Quiz 5

University

35 Qs

quiz-placeholder

Similar activities

Examen Sistemas Operativos 2

Examen Sistemas Operativos 2

University

30 Qs

Test

Test

University

35 Qs

Linux Quiz (RHCSA)

Linux Quiz (RHCSA)

University

30 Qs

egzamin

egzamin

University

40 Qs

Coding Master Contest

Coding Master Contest

University

30 Qs

Programming in Python - Unit III

Programming in Python - Unit III

University

30 Qs

Midterm Quiz | CSC 325 Operating System Quiz

Midterm Quiz | CSC 325 Operating System Quiz

University

30 Qs

Introduction to Python Programming (BPCLK205B)

Introduction to Python Programming (BPCLK205B)

University

40 Qs

IT Fundamental Quiz 5

IT Fundamental Quiz 5

Assessment

Quiz

Computers

University

Medium

Created by

JOSH SUH

Used 1+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Assume Q=15. 

The instruction Q=$Q+1 will result in Q storing ...

Q+1

16

15+1

15

None: you cannot store a number in a bash variable.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The history list retains 10 instructions at a time.

True

False

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If you wanted to explore how to use some Linux command, say mount, your best option is to use ...

man mount

mount -help

options mount

help mount

apropos mount

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Assume you are user dukeg, which of the following directories would be equivalent to ~zappaf?

/home/zappaf

This would yield an error for anyone other than zappaf.

/zappaf

usr/zappaf

/home/dukeg

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Consider the following history list:

15. ps

16. ps aux

17. ls -l *

18. ls /etc/*.conf

19. cd ..

20. cp foo.txt ~foxr

Pressing control+p three times followed by the enter key repeats which of the following instructions?

cd ..

ls -l*

cp foo.txt ~foxr

ls/etc/*.conf

None of the above: control+p moves you forward in the history list, not backward.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Assume the current directory has the following files: 

file1.txt file2.txt file3 file4 files5.txt 

How many files would be listed in the instruction ls * ?

All of them

2

0

3

4

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

As a system administrator, you want all users to have rm redefined to the safer rm -i through an alias. The best place to put this alias is into each user’s .bashrc file.

True

False

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?