question mark

This commit is contained in:
Matthew Miller 2018-02-26 16:46:55 +01:00
parent 90afce9fcd
commit af86d44310

View file

@ -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.