Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Last active May 29, 2016 03:42
Show Gist options
  • Save nishinoshake/507a2a5ae11c411b65a73926d606a87e to your computer and use it in GitHub Desktop.
Save nishinoshake/507a2a5ae11c411b65a73926d606a87e to your computer and use it in GitHub Desktop.
ユーザディレクトリの雛形設定

##/etc/skelを設定する きっとskeletonのskel

例えば、メールのユーザ用にMaildirを自動で作成する
sudo mkdir -p /etc/skel/Maildir/{new,cur,tmp}
sudo chmod -R 700 /etc/skel/Maildir/

http://www.artsnet.jp/archives/482

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment