Week 1 Flashcards

1
Q

Root directory

A

The parent for all directory systems

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

If current path is /home/cindy/Pictures/Canada, and you want to change to Alaska directory, what commands do you use?

A

cd/home/cindy/Pictures/Alaska
cd../Alaska

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

In bash which of the commands can be used to view all files in the /home directory?

A

ls-la / home
ls- l-a /home

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

In Bash which of the following commands can be used to remove a directory named Miscellaneous Directory?

A

rm -r Miscellaneous \ Directory

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

Which of the following are command line interfaces (CLI) on Windows OS?

A

Power shell
Command Prompt

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

Which command line is used in both Linux and Windows?

A

mkdir

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