Safe to delete Analog from tmp?

WireNine

Well-Known Member
Aug 14, 2006
207
4
168
cPanel Access Level
Root Administrator
I have recently disabled analog stats on the server due to them consuming huge amounts of disk space on the server.

Is it safe to run the following command to remove analog from all user's tmp directory?

Code:
rm -rf /home/*/tmp/analog*
Could that do any damage except save some disk space? :)
 

jayh38

Well-Known Member
Mar 3, 2006
1,212
0
166
I have recently disabled analog stats on the server due to them consuming huge amounts of disk space on the server.

Is it safe to run the following command to remove analog from all user's tmp directory?

Code:
rm -rf /home/*/tmp/analog*
Could that do any damage except save some disk space? :)
Thats the way to remove the information and no, it will cause no damage. As Budway says, your clients will lose the past logs they might need.