LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Showing Users from passwd (https://www.linuxquestions.org/questions/programming-9/showing-users-from-passwd-271910/)

kemplej 12-30-2004 09:57 AM

Showing Users from passwd
 
Can anyone help me with writing a shell script to echo the users from passwd. I am moving a network from redhat to slackware and the box owner was used to using checkuser to see users so he could send them a bill. Slackware does not have this feature.


Thanks

Justyn

itsme86 12-30-2004 10:10 AM

cut -d : -f 1 /etc/passwd


All times are GMT -5. The time now is 02:45 PM.