Linux命令---用户设置

95 阅读1分钟

Linux命令—用户设置

添加用户: useradd username

设置用户密码: passwd username
需要有root权限

添加用户和设置密码:

这里写图片描述