Linux里查看所有用户
(1)root账户下,查看 /etc/passwd文件;
(2)第三个参数:500以上为新建用户,其它为系统用户
或者用cat /etc/passwd |cut -f 1,3 -d: