> For the complete documentation index, see [llms.txt](https://wiki.smhuda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.smhuda.com/pentesting/tool-usage/adding-sudo-user.md).

# Adding SUDO User

### Adding user as a sudoer

```
sudo usermod -aG
```

### Logging is as root

```
sudo su
```
