Skip to main content

Increasing number of inodes for /tmp using securetmp script

Comments

2 comments

  • 24x7server
    You will have to setup the cron job to clean /tmp directory, Following cron will automatically cleanup your /tmp/nginx_client directory so that you will not get any issues with tmp inodes.
    0 */1 * * * /usr/sbin/tmpwatch -am 1 /tmp/nginx_client
    0
  • cPanelMichael
    Hello :) I suggest reviewing the /tmp partition to verify what's taking up the available inodes. It's possible that you need to setup a tmpwatch script as referenced in the previous post to automatically clean up older files. Thank you.
    0

Please sign in to leave a comment.