Polecenie sudo
Opcje wykonania sudo
w konsoli
Execute command in the background.
Print help message, then exit.
Revoke user's sudo permissions. Similar to -K, but changes user's timestamp to the Epoch instead of revoking it.
List all allowed and forbidden commands for the user on the current host, then exit.
Use the specified promptstring to prompt for a password. The string may contain the following escape codes, which will be replaced with the current user's login name and local hostname.
%h Local hostname without the domain name.
%H Local hostname with the domain name.
%u Current user's login name
%U Login name of the user the command will run under. The default is root.
%% A single percent (%) character.
Run the shell specified in the SHELL environment variable, or the default shell specified in /etc/passwd. If a command is given, it should be a shell script and not a binary file.
Run command as the specified user instead of the root user. This may also be specified as a user ID number using #uid.
Update timestamp for user. Prompt for password if necessary.
Set the HOME environment variable to the home directory of the target user.
Remove user's timestamp.
List parameters that may be set as defaults for a user in the /etc/sudoers file.
Preserve initial user's group membership.
Read password from standard input instead of from the console.
Print version number, then exit. When run by the root user, print sudo's defaults and the local network address as well.
Stop reading command-line arguments.
Przykłady sudo działanie w Słownik polecenie S