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

LPI 101-400 - LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2

Page: 5 / 6
Total 177 questions

Which run levels should never be declared as the default run level when using SysV init? (Choose TWO correct answers.)

A.

0

B.

1

C.

3

D.

5

E.

6

Which of the following options for the kernel's command line changes the systemd boot target to rescue.target instead of the default target?

A.

systemd.target=rescue.target

B.

systemd.runlevel=rescue.target

C.

systemd.service=rescue.target

D.

systemd.default=rescue.target

E.

systemd.unit=rescue.target

In compliance with the FHS, in which of the following directories are documentation files found?

A.

/usr/share/documentation

B.

/usr/local/share/documentation

C.

/var/share/doc

D.

/usr/share/doc

E.

/etc/share/doc

Where does the BIOS search for a bootloader?

A.

On all connected storage media regardless of the boot device order.

B.

On all connected storage media in the defined boot device order.

C.

Only on hard disk drives in the defined boot device order.

D.

Only on the last added storage media.

E.

The BIOS is not responsible to search for a valid bootloader.

Which of the following commands changes the number of days before the ext3 filesystem on /dev/sda1 has to run through a full filesystem check while booting?

A.

tune2fs -d 200 /dev/sda1

B.

tune2fs -c 200 /dev/sda1

C.

tune2fs -i 200 /dev/sda1

D.

tune2fs -n 200 /dev/sda1

E.

tune2fs --days 200 /dev/sda1

Which of the following commands can be used to display the inode number of a given file?

A.

inode

B.

ls

C.

ln

D.

cp

Which of the following commands makes /bin/foo executable by everyone but writable only by its owner?

A.

chmod u=rwx,go=rx /bin/foo

B.

chmod o+rwx,a+rx /bin/foo

C.

chmod 577 /bin/foo

D.

chmod 775 /bin/foo

Which of the following is true for hard linked files? (Choose three.)

A.

The output ofstatwill reporthardinstead ofregular file.

B.

The hard linked files have the same permissions and owner.

C.

The hard linked files share the same inode.

D.

The hard linked files are indicated by a -> when listed withls -1.

E.

The hard linked files must be on the same filesystem.

Which of the following commands updates the already installed RPM package rpmname?

A.

rpm --update rpmname

B.

rpm –U rpmname

C.

rpm –q rpmname

D.

rpm --force rpmname

E.

rpm –u rpmname

Which of the following commands will produce the following output?

A.

jobs

B.

proclist

C.

netstat

D.

ps