Skeleton file
From FreeBSDwiki
(Difference between revisions)
Line 1: | Line 1: | ||
− | /etc/skel is the directory that is used as a template when creating users. If you want to give users a particular shell's [.profile], such as [.bashrc] or [.cshrc] to create a customized shell with special PATH or alias entries. Any file in /etc/skel will be copied over to a new user that is created. | + | /etc/skel is the directory that is used as a template when creating users. If you want to give users a particular shell's [.profile], such as [[.bashrc]] or [[.cshrc]] to create a customized shell with special PATH or alias entries. Any file in /etc/skel will be copied over to a new user that is created. |
[[Category:Configuring FreeBSD]] | [[Category:Configuring FreeBSD]] |
Revision as of 12:01, 24 August 2004
/etc/skel is the directory that is used as a template when creating users. If you want to give users a particular shell's [.profile], such as .bashrc or .cshrc to create a customized shell with special PATH or alias entries. Any file in /etc/skel will be copied over to a new user that is created.