User Tools

Site Tools


linux:oel:free-disk-space

Commands to view / free up disk space

journalctl --vacuum-size=100M
find /var/log -type f -exec truncate -s 0 {} \;
package-cleanup --leaves
package-cleanup --orphans
find / -type f -size +500M
linux/oel/free-disk-space.txt · Last modified: 2025/01/02 16:57 by odefta