> For the complete documentation index, see [llms.txt](https://oklencodes.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oklencodes.gitbook.io/untitled/ctfs/biteme-ctf/inside-ssh.md).

# Inside SSH

First I want to see what directories Jason has access to and what permissions he also has.&#x20;

![sudo -l (L) to see permissions ](/files/iIK9Xrw2RIakHYThro8a)

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

```bash
sudo -u fred bash 
```

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

![](/files/IVmWISev5rXPSSDNMpgb)

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