Exam #2

Exam #2

University

37 Qs

quiz-placeholder

Similar activities

Linux Quiz

Linux Quiz

University

39 Qs

Linux-2

Linux-2

University

32 Qs

Containerisation and Cloud

Containerisation and Cloud

University

40 Qs

XITKJ-2

XITKJ-2

12th Grade - University

40 Qs

Linux System Administration II Quiz

Linux System Administration II Quiz

University

37 Qs

Sistem Operasi

Sistem Operasi

University

40 Qs

13. 204.2 Adjusting Storage Device Access

13. 204.2 Adjusting Storage Device Access

University

36 Qs

Unix

Unix

1st Grade - Professional Development

36 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?