Command Line Interface Flashcards

1
Q

What can the CLI do?

A

The CLI can help you:

Navigate folders
Create files, folders, and programs
Edit files, folders and programs
Run computer programs

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

What is the CLI main use?

A

Run computer programs

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

What is a “directory”?

A

Just another name for folder
Directories on your computer are organized like a tree
Directories can be inside other directories
We can navigate directories using the CLI

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

What are the special directories?

A

Root directory contains all other directories, usually indicated by a slash: /

Home directory usually contains most of your personal files, pictures, music, etc. The name of your home directory is usually the name you use to log into your computer. Usually represented by a tilde:~

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

What is a path?

A

An imaginary line tracing all of the directories from your root directory to the directory you’re currently in.

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