Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ can be used instead of names. Example:
$ su-exec apache:1000 /usr/sbin/httpd -f /opt/www/httpd.conf
```

## Installation

To compile and install run

```shell
make
make install
```

which will install under `/usr/local`. To install somewhere else you can use the
`PREFIX` variable, like `make install PREFIX=$HOME/software`.

## TTY & parent/child handling

Notice how `su` will make `ps` be a child of a shell while `su-exec`
Expand Down