提交 e66e6975 编写于 作者: Q qiaominna

fixes the issues.

上级 9d27ee64
......@@ -270,10 +270,7 @@ The password of the **root** user or the password of the new user must meet th
4. A password cannot contain words in the dictionary.
>![](public_sys-resources/icon-note.gif) **NOTE:**
> In the installed openEuler environment, you can run the following command to export the dictionary library file **dictionary.txt**, and then check whether the password is in the dictionary.
```
cracklib-unpacker /usr/share/cracklib/pw_dict > dictionary.txt
```
> In the installed openEuler environment, you can run the `cracklib-unpacker /usr/share/cracklib/pw_dict > dictionary.txt` command to export the dictionary library file **dictionary.txt**, and then check whether the password is in the dictionary.
### Setting the Root User Password
......
......@@ -315,7 +315,7 @@ To use kickstart to perform full-automatic installation of openEuler, perform th
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Install openEuler 20.03 LTS' --class red --class gnu-linux --class gnu --class os {
set root=(tftp,192.168.1.1)
set root=(tftp,192.168.122.1)
linux /vmlinuz ro inst.geoloc=0 console=ttyAMA0 console=tty0 rd.iscsi.waitnet=0 inst.ks=http://192.168.122.1/ks/openEuler-ks.cfg
initrd /initrd.img
}
......
......@@ -262,10 +262,7 @@ After entering the GUI installation page, perform the following operations to in
- A password cannot contain words in the dictionary.
>![](public_sys-resources/icon-note.gif) **NOTE:**
> In the installed openEuler environment, you can run the following command to export the dictionary library file **dictionary.txt**, and then check whether the password is in the dictionary.
```
cracklib-unpacker /usr/share/cracklib/pw_dict > dictionary.txt
```
> In the installed openEuler environment, you can run the `cracklib-unpacker /usr/share/cracklib/pw_dict > dictionary.txt` command to export the dictionary library file **dictionary.txt**, and then check whether the password is in the dictionary.
**Figure 11** Password of the **root** account<a name="en-us_topic_0186390266_en-us_topic_0122145909_fig1323165793018"></a>
<img src="figures/password-of-the-root-account.png" title="password-of-the-root-account" />
......
......@@ -315,7 +315,7 @@ TFTP(Trivial File Transfer Protocol,简单文件传输协议),该协议
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Install openEuler 20.09-beta' --class red --class gnu-linux --class gnu --class os {
set root=(tftp,192.168.1.1)
set root=(tftp,192.168.122.1)
linux /vmlinuz ro inst.geoloc=0 console=ttyAMA0 console=tty0 rd.iscsi.waitnet=0 inst.ks=http://192.168.122.1/ks/openEuler-ks.cfg
initrd /initrd.img
}
......
......@@ -278,10 +278,7 @@
4. 口令不能使用字典词汇。
>![](public_sys-resources/icon-note.gif) **说明:**
> 在已装好的openEuler环境中,可以通过如下命令导出字典库文件dictionary.txt,用户可以查询密码是否在该字典中。
```
cracklib-unpacker /usr/share/cracklib/pw_dict > dictionary.txt
```
> 在已装好的openEuler环境中,可以通过`cracklib-unpacker /usr/share/cracklib/pw_dict > dictionary.txt`命令导出字典库文件dictionary.txt,用户可以查询密码是否在该字典中。
完成设置后,单击左上角的“完成”返回“安装概览”页面。
......
......@@ -265,11 +265,7 @@
4. 口令不能使用字典词汇。
>![](public_sys-resources/icon-note.gif) **说明:**
> 在已装好的openEuler环境中,可以通过如下命令导出字典库文件dictionary.txt,用户可以查询密码是否在该字典中。
```
cracklib-unpacker /usr/share/cracklib/pw_dict > dictionary.txt
```
> 在已装好的openEuler环境中,可以通过`cracklib-unpacker /usr/share/cracklib/pw_dict > dictionary.txt`命令导出字典库文件dictionary.txt,用户可以查询密码是否在该字典中。
**图 10** root密码<a name="zh-cn_topic_0186390266_zh-cn_topic_0122145909_fig1323165793018"></a>
![](figures/root密码.png "root密码")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册