- r10.sh dosyasını manuel çalıştırabiliyor musun?
- Dosya +x mi?
- Bu root'a ait bir crontab mi?
- Dosya içinde executables alanlar full path mi?
evet +x
roota ait bir crontab
executables alanlar full path mi anlamadım
sh içeriği
#!/bin/sh
mysql -u root -psifre <<QUERY_INPUT
use log;
truncate bootlog;
truncate command_log;
truncate cube;
truncate ep_log;
truncate fish_log;
truncate goldlog;
truncate hackshield_log;
truncate hack_crc_log;
truncate hack_log;
truncate ingame_ban_log;
truncate levellog;
truncate locale;
truncate locale_bug;
truncate log;
truncate loginlog2;
truncate money_log;
truncate quest_reward_log;
truncate refinelog;
truncate shout_log;
truncate speed_hack;
quit
QUERY_INPUT
normal çalıştırınca tabloları boşaltıyor