坚强爆米花

文章
4
资源
0
加入时间
2年10月21天

linux之chsh命令

用来更换登录系统时使用的 shell,chsh 命令 用来更换登录系统时使用的 shell。若不指定任何参数与用户名称,则 chsh 会以应答的方式进行设置。命令语法chsh [选项][参数]命令选项-s或--shell:更改系统预设的shell环境。;-l或--list-shells:列出目前系统可用的shell清单;-u或--help:在线帮助;-v或-version:显示版本信息。命令参数用户名:要改变默认 shell 的用户。查看系统安装了哪些 shell 的两种方法第一.

解决pip install 不成功问题

40:441: execution error: The directory ‘/Users/lina/Library/Caches/pip/http’ or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and ...