Permissions of /tmp folder lost after reboot
807557Mar 16 2006 — edited Mar 17 2006An experiment gone awry resulted in the /tmp folder being deleted.
As root I created a new /tmp folder, gave it the apropriate permissions (chmod 1777 tmp) and finally the apropriate group (chgrp sys tmp). These match a clean install of Solaris.
However, after a reboot of the system, the permissions revert to the default permissions resulting in some of my server demons not starting.
How can I get Solaris to stop changing the permissions and group of the /tmp folder?