[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] How to get a list of all users on RAQ4r
- Subject: Re: [cobalt-users] How to get a list of all users on RAQ4r
- From: "Carrie Bartkowiak" <ravencarrie@xxxxxxxx>
- Date: Mon Jun 18 06:03:54 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
1. Look at /etc/passwd
2. ls -la /home/spool/mail (this will only work if all users have
rec'd mail)
3. ls -la /home/sites/*/users
You can dump the listings of 2 and 3 into a text file by adding ">
userlist.txt" (no quotes) to the end of the command. Then just read
the file (it will be in whatever directory you're in) with pico or vi.
Mail the list to yourself by adding " | mail -s UserList admin " (no
quotes) to the end of the command.
CarrieB