I usually find myself searching for this specific command when I am trying to identify where space is being used on my linux systems, I figured I would put it here so it's easier to find next time.
du -sh /path/to/directory
The following command will show your total system space available
df -h
No comments:
Post a Comment