4
0
Fork 0
ldap-admin/bin/setup-boston-homedir

6 lines
182 B
Bash
Executable File

#!/bin/bash
#% setup-boston-homedir user
#% Sets up the local homedir on boston-packets. Has to be run on boston-packets, obviously.
cp -R /etc/skel /home/$1
chown $1:$1 /home/$1 -R