How do I adding users by using a usertemplate
Hi, how can I add users for a bigger linux-lan by using a usertemplate. All users should have the same company-desktop. I tried copying the default files from an other userdirectory but after login in with the new user the kde fails. The useradding via above mentioned method should be possible by using a systemfunction or automaticly by using a script. Regards, Ruprecht ----------------------------------------------- Ruprecht Helms IT-Service & Softwareentwicklung Tel./Fax +49[0]7621 16 99 16 Homepage: http://www.rheyn.de email: info@rheyn.de ------------------------------------------------
Hi, for i in `find * `; do echo "Datei:$i" ; \ grep "user" $i 2>/dev/null ; done | less should give you a overview if there are user-specific lines in the config-Files. Ruprecht Helms schrieb:
Hi,
how can I add users for a bigger linux-lan by using a usertemplate. All users should have the same company-desktop. I tried copying the default files from an other userdirectory but after login in with the new user the kde fails.
You did a chown after the cp?
The useradding via above mentioned method should be possible by using a systemfunction or automaticly by using a script.
Check out /etc/skel Greetings Dirk
participants (2)
-
Dirk Schreiner
-
Ruprecht Helms