linux下加入root组却没有管理员的权限解决方法

linux下加入root组却没有管理员的权限user add test1 -g root可是我用test1登录后,连改下别的用户密码都不

linux下加入root组却没有管理员的权限
user add test1 -g root

可是我用test1登录后,连改下别的用户密码都不行,这是为什么?

[解决办法]
因为test1没有完全的root权限,即其uid不是0.