Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

LPI 101-500 - LPIC-1 Exam 101, Part 1 of 2, version 5.0

Page: 1 / 8
Total 243 questions

Which wildcards will match the following filenames? (Choose two.)

ttyS0

ttyS1

ttyS2

A.

ttyS[1-5]

B.

tty?[0-5]

C.

tty*2

D.

tty[A-Z][012]

E.

tty[Ss][02]

Which daemon handles power management events on a Linux system?

A.

acpid

B.

batteryd

C.

pwrmgntd

D.

psd

E.

inetd

Which is the default percentage of reserved space for the root user on new ext4 filesystems?

A.

10%

B.

3%

C.

15%

D.

0%

E.

5%

Which of the following statements are true about the boot sequence of a PC using a BIOS? (Choose two.)

A.

Some parts of the boot process can be configured from the BIOS

B.

Linux does not require the assistance of the BIOS to boot a computer

C.

The BIOS boot process starts only if secondary storage, such as the hard disk, is functional

D.

The BIOS initiates the boot process after turning the computer on

E.

The BIOS is started by loading hardware drivers from secondary storage, such as the hard disk

Which of the following commands installs GRUB 2 into the master boot record on the third hard disk?

A.

grub2 install /dev/sdc

B.

grub-mkrescue /dev/sdc

C.

grub-mbrinstall /dev/sdc

D.

grub-setup /dev/sdc

E.

grub-install /dev/sdc

Which of the following files, located in a user’s home directory, contains the Bash history?

A.

.bashrc_history

B.

.bash_histfile

C.

.history

D.

.bash_history

E.

.history_bash

What does the command mount --bind do?

A.

It makes the contents of one directory available in another directory

B.

It mounts all available filesystems to the current directory

C.

It mounts all user mountable filesystems to the user’s home directory

D.

It mounts all file systems listed in /etc/fstab which have the option userbind set

E.

It permanently mounts a regular file to a directory

Which of the following regular expressions represents a single upper-case letter?

A.

:UPPER:

B.

[A-Z]

C.

!a-z

D.

%C

E.

{AZ}

When is the content of the kernel ring buffer reset? (Choose two.)

A.

When the ring buffer is explicitly reset using the command dmesg --clear

B.

When the ring buffer is read using dmesg without any additional parameters

C.

When a configurable amount of time, 15 minutes by default, has passed

D.

When the kernel loads a previously unloaded kernel module

E.

When the system is shut down or rebooted

Which command must be entered before exiting vi to save the current file as filea.txt?

A.

%s filea.txt

B.

%w filea.txt

C.

:save filea.txt

D.

:w filea.txt

E.

:s filea.txt