当前位置: 技术问答>linux和unix
how to view user and group information on linux
来源: 互联网 发布时间:2015-01-21
本文导语: I want to list user and group information on linux. I am root user. Please tell me the commands for it. Thank you very much. | 在/etc目录下有两个文件。passwd和group文件你用下面的命令可以看内容 cat /etc/p...
I want to list user and group information on linux.
I am root user.
Please tell me the commands for it.
Thank you very much.
I am root user.
Please tell me the commands for it.
Thank you very much.
|
在/etc目录下有两个文件。passwd和group文件你用下面的命令可以看内容
cat /etc/passwd | more
cat /etc/group | more
cat /etc/passwd | more
cat /etc/group | more