Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 869 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 869 Bytes

Disk Usage Analyzer

This bash script provides basic disk usage analysis on a Linux/Unix system

Features

  • Disk Usage Report: Displays disk usage information for the root directory
  • Largest Files Listing: Lists the top 10 largest files in the specified directory
  • Inode Usage Report: Displays the inode usage of the root directory

Requirements

  • A Unix-like operating system (Linux, macOS, etc.,)
  • Basic understanding of terminal and bash scripting

Usage

  1. Clone the repository

    git clone https://github.com/rahulkarthickr/disk-usage-analyzer.git
  2. Navigate to the project directory

    cd disk-usage-analyzer
  3. Run the script

    ./script.sh

Contribution

If you encounter any issues or have suggestions for improvements , please open an issue or submit a pull request