commands.sh

dzdo

all

Execute privileged commands as root or another user via Active Directory roles. Similar to `sudo` but integrated with Delinea; supports Ansible become plugin.

More info →

Examples (8)

Run a command with elevated privileges

Run a command as another user

dzdo -u user command

Edit a file with elevated privileges using the default editor

dzdo -e path/to/file

Launch an interactive login shell with elevated privileges

dzdo -i

Launch the default shell with elevated privileges

dzdo -s

List allowed commands for the current user

dzdo -l

Validate and update authentication timestamp

dzdo -v

Display version

dzdo -V
made by @shridhargupta | data from tldr-pages