Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jan 2007 09:57:03 -0500
From:      Robert Huff <roberthuff@rcn.com>
To:        FreeBSD-Questions <freebsd-questions@freebsd.org>
Subject:   FreeBSD File System, please help
Message-ID:  <17826.23487.564492.142014@jerusalem.litteratus.org>
In-Reply-To: <2cd0a0da0701080629k274d8ac2h97addec1391e4932@mail.gmail.com>
References:  <2cd0a0da0701080629k274d8ac2h97addec1391e4932@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17826.23487.564492.142014>