在我的笔记本电脑上$ cat /etc/passwd | wc -l结果42! 和cat /etc/group | wc -l结果70!!
$ cat /etc/passwd | wc -l
42
cat /etc/group | wc -l
70
我的笔记本电脑的唯一用户是我自己,只有一个名为“guest”的额外用户。但为什么有如此大量的用户和组可用呢?
users groups
groups ×1
users ×1