Linux命令---用户设置 宝哥大数据 2021-06-22 95 阅读1分钟 Linux命令—用户设置 添加用户: useradd username 设置用户密码: passwd username 需要有root权限 添加用户和设置密码: