ubuntu 把用户添加到root用户组

简介: useradd username -m设置密码passwd username Enter new UNIX password: 123456Retype new UNIX password: 123456改变组usermod -g root username确定是否在root组id ...
useradd username -m
设置密码
passwd username 
Enter new UNIX password: 123456
Retype new UNIX password: 123456
改变组
usermod -g root username
确定是否在root组
id username
uid=1001(username) gid=0(root) groups=0(root)``
目录
相关文章
|
8月前
|
Ubuntu 数据安全/隐私保护
Ubuntu创建root用户
Ubuntu创建root用户
90 1
|
4天前
|
监控 Ubuntu 安全
debian或Ubuntu中开启ssh允许root远程ssh登录的方法
在Debian或Ubuntu系统中启用root用户的SSH远程登录需要编辑SSH配置文件、设置root密码并重启SSH服务。虽然这可以在某些情况下提供便利,但必须注意安全性,通过使用强密码、限制IP访问、使用SSH密钥认证等方法来保护服务器的安全。
39 5
|
5月前
|
Ubuntu Linux 网络安全
Ubuntu——初始化服务器切换到root用户
Ubuntu——初始化服务器切换到root用户
44 1
|
7月前
|
Ubuntu Linux 数据安全/隐私保护
Linux Ubuntu crontab 添加错误 提示:no crontab for root - using an empty one 888
Linux Ubuntu crontab 添加错误 提示:no crontab for root - using an empty one 888
153 3
|
6月前
|
Ubuntu 关系型数据库 MySQL
MySQL5.7在Ubuntu安装[单机软件],第一步登录root,sudo su -
MySQL5.7在Ubuntu安装[单机软件],第一步登录root,sudo su -
|
7月前
|
安全 Ubuntu Linux
Ubuntu解密:Root账户登录问题一网打尽
Ubuntu解密:Root账户登录问题一网打尽
125 1
|
7月前
|
Ubuntu 安全 数据安全/隐私保护
Ubuntu系统中开启root用户的方法
Ubuntu系统中开启root用户的方法
425 0
|
7月前
|
JSON Linux C语言
经验大分享:ubuntu20.4安装配置geant4和root
经验大分享:ubuntu20.4安装配置geant4和root
189 0
|
8月前
|
Ubuntu 数据安全/隐私保护
ubuntu 系统切换root用户
ubuntu 系统切换root用户
71 0
|
8月前
|
Ubuntu 数据安全/隐私保护
解决新装好的ubuntu没有root权限
解决新装好的ubuntu没有root权限