📜  gchange default from dash to bash - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:50.081000             🧑  作者: Mango

代码示例1
# all installed shells you can check in:
cat /etc/shells

# to change shell, you can use
$ chsh -s /bin/bash

# to check active shell use
echo $SHELL