30 lines
251 B
Markdown
30 lines
251 B
Markdown
# sus
|
|
|
|
A lightweight sudo and doas alternative.
|
|
|
|
## Compiling
|
|
|
|
```
|
|
$ make
|
|
```
|
|
|
|
## Installing
|
|
|
|
```
|
|
# make install
|
|
```
|
|
|
|
## Usage
|
|
|
|
Run as root:
|
|
```
|
|
$ sus command here
|
|
```
|
|
|
|
Run as some other user:
|
|
```
|
|
$ sus -username command
|
|
$ sus - username command
|
|
```
|
|
|