Checking on available filespace

You can check on available file space using df -h or du To get a list in ascending order use: du -ah | sort -rn you can also | head to get top few files only.