|
Usage
|
| my-su-command command (arg-1 ...) |
| Executes a command as the superuser, after prompting the user for the root password. |
|
Example
|
| my-su-command ls |
| Lists the contents of the current directory as the Superuser. |
|
Example
|
| my-su-command cp thiscomand /usr/local/bin/. |
| Copies the fictional user-command "thiscomand", which should already be an executable file in the present-working-directory, to the /usr/local/bin directory. |