linux memoery space command

memory space

# df -h will show you where your free space (if any) is, on your mounted partitions. # du -sh /* will show you how much drive space each of your top-level directories are consuming, which might help identify files that don’t need to be on the root partition # fdisk -l (that’s a lower-case … Read more