Can anybody explain me the use of Skeleton directory feature of WHM?
Can anybody explain me the use of Skeleton directory feature of WHM?
This directory is what will be used as a skeleton for new accounts. For example if you place an index.html file in /root/cpanel3-skel/public_html, and then setup a new account, that account will have a copy of your index.html in their public_html directory.
Basically...
cd /root/cpanel3-skel/public_html
touch index.html
Thanks for the detailed information. I am set now for skeleton directory.