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

Viewing page 9 out of 9 pages
Viewing questions 81-90 out of questions
Questions # 81:

What command will generate a list of user names from /etc/passwd along with their login shell?

Options:

A.

column -s : 1,7 /etc/passwd


B.

chop -c 1,7 /etc/passwd


C.

colrm 1,7 /etc/passwd


D.

cut -d: -f1,7 /etc/passwd


Expert Solution
Questions # 82:

Which shell command is used to continue background execution of a suspended command?

Options:

A.

&


B.

bg


C.

cont


D.

exec


E.

:&


Expert Solution
Questions # 83:

Which of the following commands can be used to create a USB storage media from a disk image?

Options:

A.

gdisk


B.

dd


C.

cc


D.

fdisk


E.

mount


Expert Solution
Questions # 84:

Which of the following commands is used to change options and positional parameters for a running Bash?

Options:

A.

history


B.

set


C.

bashconf


D.

setsh


E.

envsetup


Expert Solution
Questions # 85:

Which of the following commands moves and resumes in the background the last stopped shell job?

Options:

A.

run


B.

bg


C.

fg


D.

back


Expert Solution
Questions # 86:

Which command creates a swap space on a block device or a file? (Specify ONLY the command without any path or parameters.)


Expert Solution
Questions # 87:

What is the purpose of the xargs command?

Options:

A.

It passes arguments to an X server.


B.

It reads standard input (STDIN) and builds up command lines to execute.


C.

It helps shell scripts take variable argument lists.


D.

It asks a question, graphically, and returns the answer to the shell.


E.

It allows users to specify long options for commands that normally only accept short options.


Expert Solution
Viewing page 9 out of 9 pages
Viewing questions 81-90 out of questions