On 30/11/06 01:39 -0600, Jay C Vollmer wrote: > > how do I add a user on the command line in suse 10.1? > > > > I thought it was adduser, but that didn't work. And is there a command > > line utility like KUser?
adduser is an interactive perl script in Debian and its derivatives. From the man page: "adduser and addgroup add users and groups to the system according to command line options and configuration information in /etc/adduser.conf. They are friendlier front ends to the low level tools like useradd, groupadd and usermod programs, choosing Debian policy conformant UID and GID values, creating a home directory with skeletal configuration, running a custom script, and other features." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
