Directory Navigation Flashcards

1
Q

cd ..

A

Go up one level of the directory tree (change directory to parent directory. One “.” is the current directory

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

cd

A

Go to the $HOME directory

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

cd /etc

A

Change to the /etc directory

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

alias goto=’cd /etc’

A

Create goto alias for command “cd /etc/”
What is a goto alias?

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