Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Arista ACE-P-ALE1.04 - Arista Linux Essentials Exam

Page: 1 / 3
Total 99 questions

Which of the following filesystems are you most likely to see on a Linux system?

A.

XFS

B.

ext2fs

C.

NTFS

D.

exFAT

Which special device provides an endless stream of null output?

A.

/dev/null

B.

/dev/zero

C.

/dev/urandom

D.

/dev/blank

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

A.

!

B.

^

C.

$

D.

?

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

A.

rm –r fubar

B.

rmdir –p fubar

C.

rmdir –p fubar/bar

D.

rm fubar/bar

E.

rm fubar

In file globbing, which symbol matches any single character?

A.

*

B.

?

C.

[]

D.

.

If one or more CPUs in a system is extremely busy (less than 25% idle) but the run queue is relatively low, what might the system need to improve performance?

A.

Faster CPUs

B.

More CPUs

C.

More memory

D.

Faster hard drives

Which of the following are valid examples of script interpreters?

A.

/usr/bin/bash

B.

/usr/bin/perl

C.

/usr/bin/python

D.

/usr/bin/Cli

E.

All of them

Which of these shells are POSIX compliant?

A.

bash

B.

ksh

C.

csh

D.

zsh

When scripting in bash, it is recommended to always use which symbols around your variables to reference them?

A.

{}

B.

[]

C.

()

D.

‘ ’

E.

“ ”

The ps aux command is from which UNIX variant?

A.

AIX

B.

System V

C.

Linux

D.

BSD