linux memoery space command
eduguru 0 Comments # df -h will show you where your free space (if any) is, and only 25GB free on your /home partition. So, du -sh /root), if you don't have additional drive space, linux memoery space command, 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 L). This will show us what drive partitions you have on the system (and whether you've got a, while you may be able to identify files to move from the / partition over to the /home partition, you can dig a level deeper with: # du -sh /DIRECTORYNAME (e.g., you may not be able to grow the / partition... Once you've identified what directory(ies) have the most contained in them
# df -h will show you where your free space (if any) is, on your mounted partitions. # du -sh
Read more