hi all, how do i find out all users & groups existing on the system from command line? thanks, t. hiep
On Wed, Mar 05, 2008 at 09:47:08AM -0800, Hiep Nguyen wrote:> hi all, > > how do i find out all users & groups existing on the system from command > line?getent passwd getent group -- rgds Stephen
cat /etc passwd cat /etc groups getent passwd getent groups Good luck Hiep Nguyen wrote:> hi all, > > how do i find out all users & groups existing on the system from > command line? > > thanks, > t. hiep > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos