I have openlitespeed installed in a digital ocean server. After every 10 days it I see Iuse 100% for '/tmp' folder. It started happening recently.
I have to delete the large number of files using this command.
What should be the solution to this ? Do I need to increase the space of this file ? How do I do that ?
I have to delete the large number of files using this command.
Code:
find . -type f -exec rm -v {} \;