Inside SSH

First I want to see what directories Jason has access to and what permissions he also has.

sudo -l (L) to see permissions

I can see as Jason, I am able to run commands as "fred" without a password

sudo -u fred bash 

With the command above I can quickly switch to fred and see what he has access to.

I can see that fred can actually run as root, a super user.

Last updated