Exam #2

Exam #2

University

37 Qs

quiz-placeholder

Similar activities

MLQMB school quizz

MLQMB school quizz

University

35 Qs

IT REVIEWER 06042025

IT REVIEWER 06042025

University

41 Qs

SOJ & TRJ

SOJ & TRJ

12th Grade - University

32 Qs

Sistem Operasi

Sistem Operasi

University

37 Qs

Tools de Linux

Tools de Linux

University

38 Qs

Midterms Embedded

Midterms Embedded

University

35 Qs

CCS591 2020/21 Test

CCS591 2020/21 Test

University

40 Qs

OS Semi-finals (Linux, MAC, Windows) 2024

OS Semi-finals (Linux, MAC, Windows) 2024

University

40 Qs

Exam #2

Exam #2

Assessment

Quiz

Computers

University

Easy

Created by

Maiky Alfaro

Used 2+ times

FREE Resource

37 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following files will be looked for and used by GNU make, if one of them exists, unless a different file is specified on the command line when trying to compile software from source code? (Choose two.)

configure

config.h.in

makefile

Makefile

Makefile.in

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands restores only those files containing lpi in their name from the archive lpifiles.tar.gz?

tar xvzf lpifiles.tar.gz --wildcards "˜*lpi*'

tar xvzwf lpifiles.tar.gz "˜*lpi*'

tar -xvfz lpifiles.tar.gz --deep "˜*lpi*'

tar -xvzf lpifiles.tar.gz --subdirs "˜*lpi*'

tar xvzf lpifiles.tar.gz --globbing "˜*lpi*'

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

A regular user has just run ./configure && make && make install

to build and install a program. However, the installation fails. What could be done to install the program? (Choose two.)

Install the binaries manually with suinstall

Run make install with root privileges

Do not run ./configure in order to maintain the default configuration for correct installation

Rerun ./configure with a --prefix option where the user has permissions to write

Run make install_local to install into /usr/local/

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following command has just been run successfully:

Cd /opt; tar xvf /dev/nst0;

What will happen if the command sequence is run again?

An error saying that there is no tape present is generated because the tape has been ejected after being used

The contents of /opt will be restored again

The entire contents of /opt will be replaced with the contents of the next file on the tape

The contents of /opt will have additional content added from the next file on the tape

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What command discards unused blocks on a mounted file system in order to support SSD devices? (Specify ONLY the command without any path or parameters.)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which single command simulates a failed device within a RAID 5 array?

mdadm --remove /dev/md0 /dev/sdd1

mdadm --zero-superblock /dev/sdf3

mdadm --force-fault /dev/md2 /dev/sde2

mdadm --fail /dev/md0 /dev/sdc1

mdadm /dev/md0 --offline /dev/sdc1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What action should be performed after increasing the size of a logical volume?

Run vgresize

Increase the size of the filesystem used for the logical volume

Run 1vresize

Remount the logical volume

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?