7 Linux Commands to Help You with Disk Management
Jack Wallen, writing for TechRepublic Premium, presents some of the more useful disk management command line tools found on just about every Linux distribution. Once you have even a basic understanding of these commands, disk management in Linux will be considerably easier.
Featured text from the guide:
du
The du command prints out estimated file space usage. Unlike the df command, du is best suited for viewing the space specific files are consuming within a directory. For example, you could issue the command:
du /var/www/html/
The above command would show you just how much space each file within that directory is taking up. Of course, the default will display everything in 1K block size, so you’ll want to use the command in such a way that you can better gauge how much space those files are taking up.
Boost your Linux knowledge with our in-depth 10-page PDF guide. Previously priced at $49, this is now available for download at just $9. Alternatively, enjoy complimentary access with a Premium annual subscription. Click here to find out more.
TIME SAVED: Crafting this content required 20 hours of dedicated writing, editing and research.
Resource Details
* Sign up for a TechRepublic Premium subscription for $299.00/year, and download this content as well as any other content in our library. Cancel anytime. Details here.
* Sign up for a TechRepublic Premium subscription for $299.00/year, and download this content as well as any other content in our library. Cancel anytime. Details here.