From 76bb30ebbcbafa397a6cc13ba1d33996a3aa334d Mon Sep 17 00:00:00 2001 From: inspector71 Date: Thu, 18 Mar 2021 13:51:24 +0000 Subject: [PATCH] One administrate fix --- pages/01.administrate/06.overview/04.commandline/ssh.de.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/01.administrate/06.overview/04.commandline/ssh.de.md b/pages/01.administrate/06.overview/04.commandline/ssh.de.md index ce0facd5..894ec479 100644 --- a/pages/01.administrate/06.overview/04.commandline/ssh.de.md +++ b/pages/01.administrate/06.overview/04.commandline/ssh.de.md @@ -108,7 +108,7 @@ A more extensive discussion about security & SSH can be found on the [dedicated !!! Providing a full tutorial about the command line is quite beyond the scope of the YunoHost documentation : for this, consider reading a dedicated tutorial such as [this one](https://ryanstutorials.net/linuxtutorial/) or [this one](http://linuxcommand.org/). But be reassured that you don't need to be a CLI expert to start using it ! -The `yunohost` command can be used to administrate your server and perform the various actions similarly to what you do on the webadmin. The command must be launched either from the `root` user or from the `admin` user by preceeding them with `sudo`. (ProTip™ : you can become `root` with the command `sudo su` as `admin`). +The `yunohost` command can be used to administer your server and perform the various actions similarly to what you do on the webadmin. The command must be launched either from the `root` user or from the `admin` user by preceeding them with `sudo`. (ProTip™ : you can become `root` with the command `sudo su` as `admin`). YunoHost commands usually have this kind of structure :