/var/tempFS           2.9G  2.8G  664K 100% /tmp

How can I remove all files in this directory or change the partition size?

link|improve this question
This should be migrated to SU... – Bart Silverstrim Oct 10 '11 at 10:47
feedback

migrated from serverfault.com Oct 10 '11 at 17:23

This question came from our site for system administrators and desktop support professionals.

1 Answer

If you know which files you don't need, you can use the rm command to delete them.

cd /tmp
rm <somefile>

As to how to increase the size of the partition, it's probably above your level of expertise so I would recommend you get someone in to do it for you.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown