On Tue, 2006-11-07 at 12:55 -0500, Russ wrote: > Does anyone know of a legitimate (i.e., non hacked) way to add users and > allow them to be numerals? um, vi? :) works fine for me with useradd on FC5, though: [root at corfu ~]# useradd 123 [root at corfu ~]# /bin/su - 123 [123 at corfu ~]$ pwd /home/123 [123 at corfu ~]$