Week 1 - Install VM Flashcards
1
Q
echo
A
Output any text provided.
2
Q
whoami
A
Current logged in user.
3
Q
pwd
A
Print working directory.
4
Q
/
A
Root directory.
5
Q
su
A
Switch user.
6
Q
su username
A
Switch to the specified different user.
7
Q
sudo
A
Executes a command with superuser (root) privileges.
8
Q
clear
A
Clears the terminal screen.
9
Q
ls
A
List files.