[K12OSN] creating accounts

Henry Hartley henryhartley at westat.com
Fri Sep 30 19:54:47 UTC 2005


On Friday, September 30, 2005 3:46 PM, NONE NONE said:
>> 
>> If I do this:
>> 
>> useradd -c "Some Student" -m /home/astudent -G GradeK -p silver
>> astudent
>> 
>> It just prints out the "usage" text for useradd. If I do this:

The -m parameter doesn't require the actual path, that's automatic.

Try this:

useradd -c "Some Student" -m -G GradeK -p silver astudent

-- 
Henry




More information about the K12OSN mailing list