How to increase the size of /tmp partition.

In order to increase the size of /tmp partition. Go through the following steps : 1. First stop MySQL, Apache, and cPanel to prevent writing to the /tmp partition : ======================== /etc/init.d/mysql stop /etc/init.d/httpd stop /etc/init.d/cpanel stop ======================== 2. Take a backup of the current /tmp folder. ======================== tar -czfv  tmp.tar.gz  tmp ======================== 3. Umount […]