Find largest files on disk drive
Want to quickly find the largest files eating up your disk? $ du -ah / | sort -rh | head -n 10 Shows top 10 biggest files/folders from root.
Continue reading →Want to quickly find the largest files eating up your disk? $ du -ah / | sort -rh | head -n 10 Shows top 10 biggest files/folders from root.
Continue reading →You are running a linux system in text mode. You are using either Physical monitor and keybord Remote access console (example: Dell iDRAC) A Virtualized Console on qemu In any of the above applications – due to the monitor size … Continue reading →