I am new to Ubuntu , I have a VPS server that uses Ubuntu and WHM to manage Cpanel reseller accounts , i have some php services stopped due to var/tmp folder is full.
I ran du command to check the files on that directory and found 235000 cookies files on it
like this:
error: Failed to lstat() `/tmp/rdweb_cookie_file_g0SVqE': Structure needs cleaning
and some other empty directories.
So is it safe to remove these files? if so can i have the proper command to remove these cookies files only ?
EDIT :
What i need is a safe, direct, command line to remove all the cookies files only inside the var/temp directory , that will not destroy anything.
*** EDIT 2 ***
Ubuntu version: 20.04.6 LTS
