diff --git a/03_常见问题/FAQ.md b/03_常见问题/FAQ.md index 64b8a7fd..77a7d274 100644 --- a/03_常见问题/FAQ.md +++ b/03_常见问题/FAQ.md @@ -243,3 +243,17 @@ Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub sudo passwd root ``` 注意事项:请牢记root密码并不要轻易向他人透露root密码,在root用户下操作需谨慎! + +## 更改系统默认终端 + +- Q: 如何更改系统默认终端 + +- A: 可以执行以下命令 + + ```bash + sudo update-alternatives --config x-terminal-emulator + ``` + 按照提示,选择对应的终端即可 + ![输入图片说明](./assets/更改默认终端.png) + + \ No newline at end of file diff --git a/03_常见问题/assets/.keep b/03_常见问题/assets/.keep new file mode 100644 index 00000000..e69de29b diff --git a/03_常见问题/assets/更改默认终端.png b/03_常见问题/assets/更改默认终端.png new file mode 100644 index 00000000..874fdea2 Binary files /dev/null and b/03_常见问题/assets/更改默认终端.png differ