Week 1 - Install VM Flashcards

1
Q

echo

A

Output any text provided.

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

whoami

A

Current logged in user.

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

pwd

A

Print working directory.

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

/

A

Root directory.

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

su

A

Switch user.

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

su username

A

Switch to the specified different user.

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

sudo

A

Executes a command with superuser (root) privileges.

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

clear

A

Clears the terminal screen.

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

ls

A

List files.

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