“Was ist sudo unter Linux” Code-Antworten

Was ist sudo unter Linux

sudo , which is an acronym for superuser do or substitute user do, is a command that runs an elevated prompt without a need to change your identity. Depending on your settings in the /etc/sudoers file, you can issue single commands as root or as another user.
Aditya Coding

Was ist sudo unter Linux

which <executable>

#Example:
which sudo

# sudo : acronym for superuser do or substitute user do
## sudo runs an elevated prompt without a need to change your identity.
## Depending on your settings in the /etc/sudoers file :
### you can issue single commands as root or as another user.
Big Merman

Ähnliche Antworten wie “Was ist sudo unter Linux”

Fragen ähnlich wie “Was ist sudo unter Linux”

Weitere verwandte Antworten zu “Was ist sudo unter Linux” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen