参考文章:https://blog.csdn.net/qq_38113006/article/details/120802245?spm=1001.2014.3001.5502
最后一步使用tcsh:
在home/phil文件下更改了 .tcshrc 并在root/ 更改了 .tcshrc
但无法使用()
source .tcshrc
更换shell的命令种类从bash换tcsh(注意bash或tcsh路径)
sudo usermod -s /root/tcsh phil
sudo usermod -s /home/phil/tcsh phil
查看当前使用的shell命令种类
echo $SHELL
检查系统支持的shell命令(注意路径)
cat /etc/shells
切换shell命令(注意bash存在路径)
chsh -s /bin/bash