Linux File Log Potong

sudo find /var/log -type f -iname '*log' -print0 | sudo  xargs -0 truncate -s0
Purple Team