Using tmpwatch to clear files from /tmp partition
In a Linux System, services like Apache, mysql write temporary files to /tmp partition. If /tmp partition is full then there is a high chance of service could crash. To overcome this situation, we are going to use tmpwatch utility to clear the /tmp partition. Let’s install tmpwatch utility. If… Continue Reading Using tmpwatch to clear files from /tmp partition