Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felixge/uexec

Works like sudo- u, but does not messs with your environment (including LD_LIBRARY_PATH).
https://github.com/felixge/uexec

Last synced: 3 days ago
JSON representation

Works like sudo- u, but does not messs with your environment (including LD_LIBRARY_PATH).

Awesome Lists containing this project

README

        

# uexec

```bash
$ ./uexec
usage: uexec [-user=user] command

Works like sudo -u, but does not messs with your environment (including
LD_LIBRARY_PATH).

-user="": user name
```