Halloween Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

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

Page: 7 / 9
Total 293 questions

Which of the following Linux filesystems preallocates a fixed number of inodes at the filesystem's make/creation time and does NOT generate them as needed? (Choose TWO correct answers.)

A.

ext3

B.

JFS

C.

ext2

D.

XFS

E.

procfs

What command changes the nice level of a running process? (Specify ONLY the command without any path or parameters)

Which of the following commands instructs SysVinit to reload its configuration file?

A.

reinit

B.

initreload

C.

telinit 7

D.

telinit q

E.

init reinit

Which ol the following fields can be found in the /etc/group file? (Choose TWO correct answers.)

A.

The home directory of the group

B.

The list of users that belong to the group

C.

The name of the group

D.

The default group ACL

E.

The description of the group

What output will be displayed when the user fred executes the following command?

echo ‘fred $USER’

A.

fred fred

B.

fred /home/fred/

C.

‘fred $USER’

D.

fred $USER

E.

‘fred fred’

Which of the following vi commands deletes two lines, the current and the following line?

A.

d2

B.

2d

C.

2dd

D.

dd2

E.

de12

Which of the following commands will delete the default gateway from the system's IP routing table? (Choose TWO correct answers)

ifconfig unset default

A.

route del default

B.

ip route del default

C.

netstat -r default

D.

sysctl ipv4.default gw=0

Which of the following commands prints all files and directories within the /tmp directory or its subdirectories which are also owned by the user root? (Choose TWO correct answers.)

A.

find /tmp -uid root -print

B.

find -path /tmp -uid root

C.

find /tmp -user root -print

D.

find /tmp -user root

E.

find -path /tmp -user root –print

Which world-writable directory should be placed on a separate partition in order to prevent users from being able to fill up the / filesystem? (Specify the full path to the directory.)

Which of the following commands updates the linker cache of shared libraries?

A.

mkcache

B.

soconfig

C.

mkldconfig

D.

lddconfig

E.

ldconfig