Useful commands - coopdevs/handbook GitHub Wiki


:warning: ATENCIÓ
Aquest handbook està descontinuat. La nova adreça és: https://handbook.coopdevs.org/ca/home

Check the disk usage

$ df -h

Find the biggest files in /

$ sudo du -a / | sort -n -r | head -n 20