Command | Meaning |
---|---|
openssl passwd new_password_here |
Create a new user password |
`cat ~/.*history | less` |
sudo -l |
Shows what programs the user is allowed to run |
su |
switch user, move from one account to another |
su root |
switch to the root user |
Command | Meaning |
---|---|
openssl passwd new_password_here |
Create a new user password |
`cat ~/.*history | less` |
sudo -l |
Shows what programs the user is allowed to run |
su |
switch user, move from one account to another |
su root |
switch to the root user |