Managing storage and memory in Linux
# Useful commands
du -h
df -h
free -h
# Swap
swapon
to show swap partitions and their usages. Fedora has something called “Swap on ZRAM” (
link).
du -h
df -h
free -h
swapon
to show swap partitions and their usages. Fedora has something called “Swap on ZRAM” (
link).