02 Navigation Flashcards

1
Q

What command does ‘pwd’ invoke?

A

Print Working Directory. Lists contents of the current directory.

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

What command does ‘ls’ invoke?

A

Lists contents of the current or specified directory.

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

What command does ‘cd’ invoke?

A

Change Directory: changes to the specified directory.

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

With regard to relative pathnames, what does ‘.’ In a directory listing represent?

A

‘.’ Represents the current directory

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

With regard to relative pathnames what does ‘..’ represent?

A

Represents the parent directory of the working directory.

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

File names that begin with a period (.) are [visible/hidden].

A

Hidden

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

File names and commands are [case sensitive / case-insensitive]?

A

Case sensitive. ‘File1’ and ‘file1’ refer to different files.

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

True or False: Linux has no concept of file extensions.

A

True. Although they are typically used, file extensions have no implicit meaning in Linux.

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