diff --git a/en-US/modules/con_what-is-sudo.adoc b/en-US/modules/con_what-is-sudo.adoc index f3ad3df..b310538 100644 --- a/en-US/modules/con_what-is-sudo.adoc +++ b/en-US/modules/con_what-is-sudo.adoc @@ -1,5 +1,5 @@ [id='con_what-is-sudo'] -= What is sudo += What is sudo? The [command]`sudo` command allows users to gain administrative or root access. When trusted users precede an administrative command with [command]`sudo`, they are prompted for their own password. Then, when they have been authenticated and assuming that the command is permitted, the administrative command is executed as if they were the root user.