Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

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

Last Update 21 hours ago Total Questions : 177

The LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 content is now fully updated, with all current exam questions added 21 hours ago. Deciding to include 101-400 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our 101-400 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these 101-400 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 practice test comfortably within the allotted time.

Question # 41

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.)

Question # 42

Which of the following options is used in a GRUB Legacy configuration file to define the amount of time that the GRUB menu will be shown to the user?

A.

hidemenu

B.

splash

C.

timeout

D.

showmenu

Question # 43

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

A.

history

B.

set

C.

bashconf

D.

setsh

E.

envsetup

Question # 44

What is the purpose of the Bash built-in export command?

A.

It allows disks to be mounted remotely.

B.

It runs a command as a process in a subshell.

C.

It makes the command history available to subshells.

D.

It sets up environment variables for applications.

E.

It shares NFS partitions for use by other systems on the network.

Question # 45

Which of the following commands replaces each occurrence of 'bob' in the file letter with 'Bob' and writes the result to the file newletter?

A.

sed '/bob/Bob' letter > newletter

B.

sed s/bob/Bob/ letter < newletter

C.

sed 's/bob/Bob' letter > newletter

D.

sed 's/bob/Bob/g' letter > newletter

E.

sed 's/bob, Bob/' letter > newletter

Question # 46

Which of the following shell redirections will write standard output and standard error output to a file named filename?

A.

2 > & 1 > filename

B.

> filename 2 > & 1

C.

1 > & 2 > filename

D.

> > filename

E.

1 & 2 > filename

Question # 47

Which of the following statements is correct regarding the command foo 1 > bar?

A.

The stdout from the command foo is appended to the file bar.

B.

The stdout from the command foo overwrites the file bar.

C.

The command foo receives its stdin from the file bar.

D.

The command foo receives its stdin from the stdout of the command bar.

E.

The stderr from the command foo is saved to the file bar.

Question # 48

Which of the following signals is sent to a process when the key combination CTRL+C is pressed on the keyboard?

A.

SIGTERM

B.

SIGINT

C.

SIGSTOP

D.

SIGKILL

Question # 49

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

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

Question # 50

What is the output of the following command?

echo "Hello World" | tr -d aieou

A.

Hello World

B.

eoo

C.

Hll Wrld

D.

eoo Hll Wrld

Go to page: