On Wed, Oct 13, 2010 at 16:09, Joseph L. Casale
<jcasale@activenetwerx.com> wrote:
> Is there an equivalent in CentOS?
cat /etc/passwd |cut -d ":" -f 3 |sort -n
;)
I am more looking at what the system thinks is the next UID. Does the useradd command use this when it assigns the next UID?