You can easily determine the highest disk space consuming folder via SSH by using the below given command.
  • Login to PuTTy as a root.
  • Run the command given below:
du -h /path/to/directory -d 1
  • List of all sub-directories within the particular directory will appear with their disk usage.
To check the procedure in detail, check the video tutorial and blog.
Was this answer helpful? 0 Users Found This Useful (0 Votes)