Manage Files from the Command Line Flashcards

1
Q

How are files on a Linux system organized?

A

They are organized into a single inverted tree of directories, a file-system hierarchy.

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

How do Relative Paths start?

A

The do not start with a forward slash character.

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

How do Relative Paths specify a file location?

A

They specify a file location in relation to the current working directory.

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

What special characters are used in combination with the commands to refer to a file location in the file system?

A

dot(.), double dot(..), and tilde (~).

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

What are some key commands to manage files in Linux?

A

mkdir, rmdir, cp, mv, and rm.

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

What are different ways multiple file names to point to the same data?

A

Hard links and soft links

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

What features does the Bash shell provide to help a user run commands efficiently?

A

pattern matching, expansion, and substitution

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