linux下 groups: 无法找到ID 为999 的用户的属组?

2025-04-29 15:49:34
推荐回答(2个)
回答1:

[root@iZ282bgtwmcZ ~]# grep 999 /etc/passwd
polkitd:x:999:998:User for polkitd:/:/sbin/nologin
[root@iZ282bgtwmcZ ~]# grep 999 /etc/group
ssh_keys:x:999:
用上述的命令查一下,有就是有,没有就是没有了。

回答2:

是不是后台有什么脚本在运行。