[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



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