> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rasmusj.dk/llms.txt
> Use this file to discover all available pages before exploring further.

# Ubuntu

> Ubuntu Linux tips and commands

## Root access via nonroot

```shell theme={null}
busybox sh -c "unshare -Urmin"
```
