show remaining memory

df -H

show used memory by path

  • du -sch <path-to-folder>: show all folders
  • du -sh *: show only current depth folders

Show Free memory

free

watch command to monitor df?