Alternate commands for adding users except adduser & useradd
anyone know any alternate commands for adding users, except 'adduser' and 'useradd' ?
useradd is the command
and it's in /usr/sbin
adduser is a symlink to it
oh
hm
I get "bash: adduser: command not found."
any idea why?
su -
I think its FC5
cause you didn't su right
then try it
the little - is important
or use full path
/usr/sbin/useradd blah
"su: user useradd does not exist"
jebus
hah
su -
su - && useradd blah
oh, cool.. thanks