Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/felixge/uexec
- Owner: felixge
- Created: 2012-12-17T09:17:31.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-18T08:42:19.000Z (about 12 years ago)
- Last Synced: 2024-12-18T05:44:16.537Z (7 days ago)
- Language: Go
- Size: 105 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uexec
```bash
$ ./uexec
usage: uexec [-user=user] commandWorks like sudo -u, but does not messs with your environment (including
LD_LIBRARY_PATH).-user="": user name
```