LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Add user from Command line (https://www.linuxquestions.org/questions/linux-newbie-8/add-user-from-command-line-693565/)

darkapolloslx 12-28-2008 11:34 PM

Add user from Command line
 
Hi, all.

Distribution is OzOs - basically a cut down Ubuntu with E17 as desktop.

When I go to run adduser or useradd the user is created, however the settings for X and e17 don't appear to be copied, all I get is a black box with a command line in it.

Any suggestions?

Disillusionist 12-29-2008 12:45 AM

You need to modify the contents of the /etc/skel directory.

When you create a user with the useradd command (I'm assuming you are using the -m option to create the home folder) it copies the contents of the /etc/skel directory to the new users home directory.

Any files and folders that you want the new users to be created with should be copied to this folder.


All times are GMT -5. The time now is 08:31 PM.