xc is a simple and handy substitute for sudo. It parses the /etc/xc.conf file, containing a list of identifiers, accesses, and commands. If an identifier (given as an argument to xc) matches the corresponding access (i.e., user or group), the related command is executed. The user can only see the identifiers he can execute, and the real command attached to the identifier remains invisible to him.
| Tags | unix tool |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | Linux (32 and 64 bit) |
| Implementation | C |