Using Directories and Listing Files and Creating, Moving, and Deleting Files Flashcards

1
Q

What are the shortcuts for navigating to your home directory?

A

cd ~
cd

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

How do you delete a directory that is empty?

A

rmdir directoryname

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

How do you delete a directory that is not empty?

A

rm -r directoryname

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

How do you show the contents of a directory, including nested directories and files?

A

ls -R

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