Hi,
my server became too full and so I googled how to clean it up and release space. One of the things I found was to run this command:
rm -rf /home/*/tmp/*
in about twenty seconds it had freed up several GB of space and I have to admit I panicked thinking it was wiping the drive clean so stopped it.
This is the first time I have run this command on a server that has been running for two years and contains a few hundred sites. Could it just be that the command was well overdue to be run, or is it going to to do some things I dont want it to? (although looking around, all seems ok).
Thank you in advance for your time and help.
Phil.
my server became too full and so I googled how to clean it up and release space. One of the things I found was to run this command:
rm -rf /home/*/tmp/*
in about twenty seconds it had freed up several GB of space and I have to admit I panicked thinking it was wiping the drive clean so stopped it.
This is the first time I have run this command on a server that has been running for two years and contains a few hundred sites. Could it just be that the command was well overdue to be run, or is it going to to do some things I dont want it to? (although looking around, all seems ok).
Thank you in advance for your time and help.
Phil.