Which utility can be used to merge sequentially corresponding lines of input streams into a single
output stream?
C
What tool is awk based on?
A
Which loop type is the recommended way to iterate over a set of filenames?
B
Which of these characters is not valid for filenames?
A. *
B. !
C. /
D. &
E. <space>
C
//www.linfo.org/file_name.html
Which utility can be used to remove sections or columns of each line of input?
B
What character is used as shorthand for your homedir?
A. $
B. #
C. .
D. ~
D
Each Linux account is associated with a home directory. When you login to your Linux account, by
default, your current working directory will be your home directory. UNIX provides a short-hand
symbol for your home directory, the tilde character, ~. So, to see a list of files in your home directory,
you can execute
ls ~
On Arista switches, what object format is used for automation and scripting?
A
The sed utility’s name is short for what?
A. stdout editor
B. stream editor
C. simple editor
D. string editor
B
Reference
//www.computerhope.com/unix/used.htm
What are two primary variants of UNIX?
C
Ubuntu is a popular distribution from which core tree?
B
Where did the GECOS field in /etc/passwd come from?
C
Where will the find command look to locate files?
C
To kill all of the jobs you have access to kill, use which command?
B
What must you do to get a complete report from the lsof command?
C
What is the awk tool designed to be?
B