35 lines
323 B
Markdown
35 lines
323 B
Markdown
# sus - SuperUser is 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
|
|
```
|
|
|
|
Run in home directory:
|
|
```
|
|
$ sus -- command
|
|
$ sus - username -- command
|
|
```
|
|
|