sudo <command>
Execute a command as the superuser or another user
Arguments
| Name | Description |
|---|---|
command | Command to run with elevated permissions |
Options
| Name | Description |
|---|---|
-g, --group <group> | Run command as the specified group name or ID |
-h, --help | Display help message and exit |
-u, --user <user> | Run command as specified user name or ID |