Chapter 11

Chapter 11

University

10 Qs

quiz-placeholder

Similar activities

A_Digital_Methods_2019

A_Digital_Methods_2019

University

10 Qs

Commanding the Command Line Quiz

Commanding the Command Line Quiz

University

15 Qs

hacking

hacking

University

10 Qs

FILE MANAGEMENT

FILE MANAGEMENT

KG - University

15 Qs

Chapter 5 Review

Chapter 5 Review

University

10 Qs

Systems Administration and Maintenance Prelim Quiz 2

Systems Administration and Maintenance Prelim Quiz 2

University

15 Qs

6thApril

6thApril

University

10 Qs

Java Basics 1

Java Basics 1

University

10 Qs

Chapter 11

Chapter 11

Assessment

Quiz

Computers

University

Medium

Created by

Kelly Gafford

Used 11+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

After compiling source code, which command still needs to be run in order to copy the newly compiled binaries into a directory listed in the PATH variable as well as copy supporting files (such as man pages) to the correct location on the filesystem?

make install

make clean

make

make image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands will install a package using the Red Hat Package Manager, showing all information, while printing pound signs to show the progress of installation?

rpm -iah packagename.rpm

rpm -iap packagename.rpm

rpm -ivh packagename.rpm

rpm -ivp packagename.rpm

3.

DRAG AND DROP QUESTION

1 min • 1 pt

The file extension ​ (a)   is used by the Debian Package Manager

.deb
.dpm
.dpkg
.d

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid compression file extension for the Linux operating system?

.vz

.xz

.gz

.bz2

5.

DRAG AND DROP QUESTION

1 min • 1 pt

The ​ (a)   command can be used to back up files in case of system failure, supports long filenames, and can also back up device files.

cpio
diskdup
bkup
df
du

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command can be used to display the contents of a file that was compressed with the compress utility?

acat

zcat

cat

ccat

Answer explanation

The zcat command can be used to display the contents of a file that was compressed with the compressed utility. You can also use the zgrep command to search the contents of a compressed file.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command looks for a Makefile and uses the information within it to compile the source code into binary programs using the appropriate compiler program for the local hardware architecture?

configure

install

make install

make

Answer explanation

The make command looks for the Makefile file and uses the information in it to compile the source code into binary programs using the appropriate compiler program for the local hardware architecture.

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?