Search Header Logo

Chapter 11

Authored by Kelly Gafford

Computers

University

Used 11+ times

Chapter 11
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers