On Tue, 11 Dec 2007, Hiep Nguyen wrote:

hi all, i just installed centos 5 with minimal options. i don't have gui yet, how do i get to see all users & groups created on my box?

The old-fashioned way:

  cat /etc/passwd
  cat /etc/group

The PAM-friendly way:

  getent passwd
  getent group

--
Paul Heinlein <> [EMAIL PROTECTED] <> http://www.madboa.com/
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to