mirror of https://gitee.com/openkylin/docs.git
Pre Merge pull request !415 from DSOE1024/dev-faq
This commit is contained in:
commit
0519d97365
|
@ -243,3 +243,17 @@ Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
|
||||||
sudo passwd root
|
sudo passwd root
|
||||||
```
|
```
|
||||||
注意事项:请牢记root密码并不要轻易向他人透露root密码,在root用户下操作需谨慎!
|
注意事项:请牢记root密码并不要轻易向他人透露root密码,在root用户下操作需谨慎!
|
||||||
|
|
||||||
|
## 更改系统默认终端
|
||||||
|
|
||||||
|
- Q: 如何更改系统默认终端
|
||||||
|
|
||||||
|
- A: 可以执行以下命令
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo update-alternatives --config x-terminal-emulator
|
||||||
|
```
|
||||||
|
按照提示,选择对应的终端即可
|
||||||
|

|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Loading…
Reference in New Issue