Weekend Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Note! Following LCP-001 Exam is Retired now. Please select the alternative replacement for your Exam Certification.

Verified By IT Certified Experts

CertsTopics.com Certified Safe Files

Up-To-Date Exam Study Material

99.5% High Success Pass Rate

100% Accurate Answers

Instant Downloads

Exam Questions And Answers PDF

Try Demo Before You Buy

Certification Exams with Helpful Questions And Answers

Linux Certified Professional (LCP) Powered by LPI Questions and Answers

Question 1

You enter the command date +%M. Wat does the output show you?

Options:

A.

the current year

B.

the current month

C.

the current hour

D.

the current minute

E.

the current second

Buy Now
Question 2

When should grep -F or the fgrep command be used to search the content of text files?

Options:

A.

When files need to be searched that contain non-ASCII text.

B.

When only the presence of the search pattern needs to be reported and not every line that matches the search.

C.

When the text being searched for does not contain any regular expression patterns.

D.

When the text files will be searched multiple times. Subsequent calls to fgrep will run faster.

Question 3

You are writing text in vi. Now you want to save your changes and exit. Which TWO sequence of inputs will accomplish this?

Options:

A.

esc ZZ

B.

ctrl :w!

C.

esc zz

D.

esc :wq!

E.

ctrl XX