📌  相关文章
📜  设置 linux 用户登录 - Shell-Bash 代码示例

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

代码示例1
To allow a system user to log in, you can use usermod to change its login shell to bash:

usermod -s /bin/bash user