VeeJay writes: > 1. How to get the Files listing of "Recently Changed" files under > a File System based on date... for example Root /
man find > 2. How to see that how many Users are created on a FreeBSD > System.. meaning how to get All Users/Groups list on a FreeBSD > Server? The information is in /etc/passwd and /etc/group. You can get a count with the "wc" command. Robert Huff _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"