Pass the LPI LPIC Level 1 101-500 Questions and answers with CertsForce

Viewing page 8 out of 9 pages
Viewing questions 71-80 out of questions
Questions # 71:

What is the output of the following command?

echo "Hello World" | tr -d aieou

Options:

A.

Hello World


B.

eoo


C.

Hll Wrld


D.

eoo Hll Wrld


Expert Solution
Questions # 72:

What does the? symbol within regular expressions represent?

Options:

A.

Match the preceding qualifier one or more times.


B.

Match the preceding qualifier zero or more times.


C.

Match the preceding qualifier zero or one times.


D.

Match a literal? character.


Expert Solution
Questions # 73:

Which of the following commands can be used to search for the executable file foo when it has been placed in a directory not included in $PATH?

Options:

A.

apropos


B.

which


C.

find


D.

query


E.

whereis


Expert Solution
Questions # 74:

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

Options:

A.

The output of stat will report hard instead of regular 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.


Expert Solution
Questions # 75:

Where does the BIOS search for a bootloader?

Options:

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.


Expert Solution
Questions # 76:

Which of the following options must be passed to a filesystem’s entry in /etc/fstab in order to mount the file system without root privileges?

Options:

A.

auto


B.

norestrict


C.

noauto


D.

user


Expert Solution
Questions # 77:

Which of the following commands will load a kernel module along with any required dependency modules?

Options:

A.

depmod


B.

insmod


C.

modprobe


D.

module_install


E.

loadmod


Expert Solution
Questions # 78:

: 6

The /etc/_______ file lists currently mounted devices.


Expert Solution
Questions # 79:

Which of the following commands will send output from the program myapp to both standard output (stdout) and the file file1.log?

Options:

A.

cat < myapp | cat > file1.log


B.

myapp 0>&1 | cat > file1.log


C.

myapp | cat > file1.log


D.

myapp | tee file1.log


E.

tee myapp file1.log


Expert Solution
Questions # 80:

Which of the following commands displays the contents of a gzip compressed tar archive?

Options:

A.

gzip archive.tgz | tar xvf -


B.

tar ztf archive.tgz


C.

gzip -d archive.tgz | tar tvf -


D.

tar cf archive.tgz


Expert Solution
Viewing page 8 out of 9 pages
Viewing questions 71-80 out of questions