# shell-bypass

**In a shell restriction, a user is only allowed to execute a specific set of commands. Restricted shells:**

```
Rbash
Rksh
Rzsh
```

**If we are restricted to execute commands by passing them as an argument to the `ls` command.**

```
ls -l `pwd`
```
