Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在机架空间云上的 ubuntu 11.10 上运行了一个服务器
root 和其他用户成功地以格式显示登录 shell
根@server1:
但是,对于 www-data 用户而言,情况并非如此。
我该如何纠正?
Root 和其他用户帐户设置为 /bin/sh
对于 www-data,您需要为此更改登录 shell。
以 root 身份通过 ssh 登录
并输入
chsh -s /bin/bash www-data
这将更改 www-data 的登录 shell,以便使用 /bin/sh