Introduction to Bash Flashcards

1
Q

What is Bash an acronym for?

A

Bourne Again Shell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the three “big ideas” of Unix design philosophy?

A
  1. Programs do one thing and do it well
  2. Programs work together
  3. Programs use text streams as the universal interface
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the basic syntax for all Bash commands?

A

command [options] [arguments]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In Bash, what is “ls” an abbreviation for and what does it do?

A

“lists”
displays the contents of the working directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does a Bash argument do?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does a Bash option do?

A

Modifies the execution of the command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the following command do?
ls -a -l /etc

A

Lists all files and directories in the /etc folder.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly