Exam #2

Exam #2

University

37 Qs

quiz-placeholder

Similar activities

Egzamin próbny Fototechnik

Egzamin próbny Fototechnik

University

40 Qs

Coding & Logic C&G 309 Quiz 2

Coding & Logic C&G 309 Quiz 2

11th Grade - Professional Development

35 Qs

Elements of a C# program

Elements of a C# program

University

40 Qs

GR7_Unit 4: Networks (Lesson 8.1.6 )

GR7_Unit 4: Networks (Lesson 8.1.6 )

8th Grade - University

39 Qs

Skyrim Dovahzul Alphabet

Skyrim Dovahzul Alphabet

12th Grade - University

34 Qs

Midterm_Numerical Methods

Midterm_Numerical Methods

University

36 Qs

KIỂM TRA 45P- MS WORD

KIỂM TRA 45P- MS WORD

University

32 Qs

Eng-103 Vocab 4

Eng-103 Vocab 4

University

39 Qs

Exam #2

Exam #2

Assessment

Quiz

Computers

University

Practice Problem

Easy

Created by

Maiky Alfaro

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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