From eadc2a78d64ee69abc0dfeca123a2f994260c5d9 Mon Sep 17 00:00:00 2001 From: teasiu Date: Mon, 26 Sep 2022 23:46:49 +0800 Subject: [PATCH] update --- docs/tutorial-extras/1-start.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/tutorial-extras/1-start.md b/docs/tutorial-extras/1-start.md index 6d99de2..7adda1f 100644 --- a/docs/tutorial-extras/1-start.md +++ b/docs/tutorial-extras/1-start.md @@ -33,13 +33,15 @@ sidebar_position: 1 终端输入以下命令进行更改: ```console -root@hi3798mv100:~# passwd root -``` - -提示输入两次新的密码,回车后,提示修改成功的英文 success - -```console -root@hi3798mv100:~# passwd ubuntu +root@hi3798mv200:~# passwd root +New password: +Retype new password: +passwd: password updated successfully +root@hi3798mv200:~# passwd ubuntu +New password: +Retype new password: +passwd: password updated successfully +root@hi3798mv200:~# ``` 提示输入两次新的密码,回车后,提示修改成功的英文 success