Managing Other Users Flashcards
1
Q
su [username]
A
switch user. if no username, computer assumes root
2
Q
su -
A
creates an environment like the environment of the user in question
3
Q
su -c
A
specify a command to be executed
4
Q
whoami
A
tells you what user you are
5
Q
sudo -l
A
tells you what commands you can run as sudo
6
Q
sudo -s
A
start a shell as root
7
Q
visudo
A
edit the sudo config file
8
Q
A