truncate logfile --size 0
For the entire file system: find / -type f -name "*.log" -exec truncate --size 0 {} +
sudo apt update && sudo apt install systemd-timesyncd && sudo systemctl enable --now systemd-timesyncd
No comments:
Post a Comment