Clearing the /tmp directory on startup is a good practice, and should be implemented on any production server. In order to do so, add the following line to the file /etc/rc.conf
clear_tmp_enable=”YES”
Clearing the /tmp directory on startup is a good practice, and should be implemented on any production server. In order to do so, add the following line to the file /etc/rc.conf
clear_tmp_enable=”YES”