Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeEmacs
to#to see your current quota: 
quota -s USERNAME

#to see your 10 biggest files:
top10

#to see the size of a specific directory such as .cache
du -sh example_directory
du -sh .cache

#to clear your cache, for example if you have misconfigured your VS code logs
clearcache

External Sources of information

...