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

Exact2Pass Menu

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

Last Update 16 hours ago Total Questions : 293

The LPIC-1 Exam 101, Part 1 of 2, version 5.0 content is now fully updated, with all current exam questions added 16 hours ago. Deciding to include 101-500 practice exam questions in your study plan goes far beyond basic test preparation.

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

Question # 71

Which umask value ensures that new directories can be read, written and listed by their owning user, read and listed by their owning group and are not accessible at all for everyone else?

A.

0750

B.

0027

C.

0036

D.

7640

E.

0029

Question # 72

Which of the following sections exists in a systemd timer unit?

A.

[Events]

B.

[Timer]

C.

[cron]

D.

[Schedule]

E.

[Trigger]

Question # 73

What is the effect of the egrep command when the -v option is used?

A.

It enables color to highlight matching parts.

B.

It only outputs non-matching lines.

C.

It shows the command ' s version information.

D.

It changes the output order showing the last matching line first.

Question # 74

Which of the following are valid stream redirection operators within Bash? (Choose THREE correct answers.)

A.

<

B.

< < <

C.

>

D.

> > >

E.

% >

Question # 75

Which of the following commands can be used to determine how long the system has been running? (Choose TWO correct answers.)

A.

uptime

B.

up

C.

top

D.

uname -u

E.

time –up

Question # 76

Which signal is missing from the following command that is commonly used to instruct a daemon to reinitialize itself, including reading configuration files?

killall -s _______ daemon

      HUP

      SIGHUP

      1

Question # 77

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 # 78

In the vi editor, which of the following commands will copy the current line into the vi buffer?

A.

c

B.

cc

C.

1c

D.

yy

E.

1y

Question # 79

What is the default action of the split command on an input file?

A.

It will break the file into new files of 1,024 byte pieces each.

B.

It will break the file into new files of 1,000 line pieces each.

C.

It will break the file into new files of 1,024 kilobyte pieces each.

D.

It will break the file into new files that are no more than 5% of the size of the original file.

Question # 80

In the vi editor, how can commands such as moving the cursor or copying lines into the buffer be issued multiple times or applied to multiple rows?

A.

By using the command: repeat followed by the number and the command.

B.

By specifying the number right in front of a command such as 4l or 2yj.

C.

By selecting all affected lines using the shift and cursor keys before applying the command.

D.

By issuing a command such as: set repetition=4 which repeats every subsequent command 4 times.

Go to page: