Can you explain to me what i did wrong. I type:
sudo -p welcome
but bash output:
expected one of these actions: --help, --version, --remove-timestamp, --validate, --list, --edit, --
login, --shell, a command as a positional argument, --reset-timestamp
usage: sudo -h | -K | -k | -V
usage: sudo [-ABbknS] [-p prompt] [-D directory] [-g group] [-u user] [-i | -s] [command [arg ...]]
usage: sudo -v [-ABknS] [-p prompt] [-g group] [-u user]
usage: sudo -l [-ABknS] [-p prompt] [-U user] [-g group] [-u user] [command [arg ...]]
usage: sudo -e [-ABknS] [-p prompt] [-D directory] [-g group] [-u user] file ...
How can I see my prompt?
β
sudo -p welcome
but bash output:
expected one of these actions: --help, --version, --remove-timestamp, --validate, --list, --edit, --
login, --shell, a command as a positional argument, --reset-timestamp
usage: sudo -h | -K | -k | -V
usage: sudo [-ABbknS] [-p prompt] [-D directory] [-g group] [-u user] [-i | -s] [command [arg ...]]
usage: sudo -v [-ABknS] [-p prompt] [-g group] [-u user]
usage: sudo -l [-ABknS] [-p prompt] [-U user] [-g group] [-u user] [command [arg ...]]
usage: sudo -e [-ABknS] [-p prompt] [-D directory] [-g group] [-u user] file ...
How can I see my prompt?
β



Comment