linux常用命令之用户管理
# 借用身份 sudo dnf install vim # 以管理员身份安装 vim su - root # 切换 root 身份 useradd -r test # 创建系统用户 test useradd -g root test # 创建用户 test,用户组为 root useradd -g test test -G ro
# 借用身份 sudo dnf install vim # 以管理员身份安装 vim su - root # 切换 root 身份 useradd -r test # 创建系统用户 test useradd -g root test # 创建用户 test,用户组为 root useradd -g test test -G ro
本文由 拾光 原创发布,转载请注明出处并保留本文链接。
https://www.timebaoku.online/index.php/archives/18/
留言