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: 1 / 9
Total 293 questions

Which of the following commands print the current working directory when using a Bash shell? (Choose two.)

A.

echo “${PWD}”

B.

echo “${WD}”

C.

pwd

D.

printwd

E.

echo “${pwd}”

When planning a partition scheme, which of the following directories could be considered for separate partitions? (Choose three.)

A.

/etc

B.

/home

C.

/var

D.

/lib

E.

/opt

Which of the following commands are common Linux commands for file management? (Choose three correct answers.)

A.

copy

B.

mv

C.

move

D.

cp

E.

mkdir

Which of the following commands will produce the following output?

A.

jobs

B.

proclist

C.

netstat

D.

ps

Which command reads and displays the current contents of the Kernel Ring Buffer on the command line? (Specify ONLY the command without any path or parameters.)

Which utility would be used to change how often a filesystem check is performed on an ext2 filesystem without losing any data stored on that filesystem?

A.

mod2fs

B.

fsck

C.

tune2fs

D.

mke2fs

E.

fixe2fs

Which command is used to create and initialize the files used to store quota information? (Specify ONLY the command without any path or parameters.)

After running the command umount /mnt, the following error message is displayed:

umount: /mnt: device is busy.

What is a common reason for this message?

A.

The kernel has not finished flushing disk writes to themounted device.

B.

A user has a file open in the /mnt directory.

C.

Another file system still contains a symlink to a file inside /mnt.

D.

The files in /mnt have been scanned and added to the locate database.

E.

The kernel thinks that a process is about to open a file in /mnt for reading.

Which of the following information is stored within the BIOS? (Choose TWO correct answers.)

A.

Boot device order

B.

Linux kernel version

C.

Timezone

D.

Hardware configuration

E.

The system's hostname

During a system boot cycle, what is the program that is run after the BIOS completes its tasks?

A.

The bootloader

B.

The inetd program

C.

The init program

D.

The kernel