Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

ACE-P-ALE1.04 Exam Questions Tutorials

Arista Linux Essentials Exam Questions and Answers

Question 9

Which character matches the end of a line in a regular expression?

Options:

A.

!

B.

^

C.

$

D.

?

Question 10

Which commands can be used to copy a file locally?

Options:

A.

cp only

B.

scp pnly

C.

rsync only

D.

both cp and scp

E.

cp, scp and rsync

Question 11

On an Arista switch, you can use zcat and zmore to do what?

Options:

A.

View compressed text files from bash

B.

View compressed text files from Cli

C.

View any file from bash

D.

View any file from Cli

E.

Those commands don’t exist on Arista switches

Question 12

Given the following directory structure, which commands would successfully remove the fubar directory?

Options:

A.

rm –r fubar

B.

rmdir –p fubar

C.

rmdir –p fubar/bar

D.

rm fubar/bar

E.

rm fubar