Chap 2 Flashcards

1
Q

Go to your home directory.

A

cd

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

Find your working directory.

A

pwd

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

Change to a new working directory with its absolute pathname.

A

cd /bin

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

List files in new working directory.

A

ls

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

Change directory to root and list it in one step. (Use the command separator: a semicolon.)

A

cd /; ls

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

Find your working directory.

A

pwd

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

Change to a subdirectory; use its relative pathname.

A

cd usr

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

List files in another directory.

A

ls /bin

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

Return to your home directory.

A

cd

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