ホームディレクトリの.bashrc等は
どこからコピーされているか
useraddすると.bashrcなどがコピーされている。
そのコピー元はデフォルトでは/etc/skel以下にある。
ls -al /etc/skel/ 合計 20 drwxr-xr-x. 2 root root 4096 5月 30 19:18 2017 ./ drwxr-xr-x. 66 root root 4096 11月 1 10:41 2018 ../ -rw-r--r-- 1 root root 18 3月 23 09:15 2017 .bash_logout -rw-r--r-- 1 root root 176 3月 23 09:15 2017 .bash_profile -rw-r--r-- 1 root root 124 3月 23 09:15 2017 .bashrc
cf. 新規ユーザーのデフォルト設定を変更するには
http://www.atmarkit.co.jp/flinux/rensai/linuxtips/311newuserdef.html
コメント