enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. du (Unix) - Wikipedia

    en.wikipedia.org/wiki/Du_(Unix)

    -c, display a grand total of the disk usage found by the other arguments-d #, the depth at which summing should occur. -d 0 sums at the current level, -d 1 sums at the subdirectory, -d 2 at sub-subdirectories, etc.-H, calculate disk usage for link references specified on the command line-k, show sizes as multiples of 1024 bytes, not 512-byte

  3. ncdu - Wikipedia

    en.wikipedia.org/wiki/Ncdu

    ncdu (NCurses Disk Usage) is a disk utility for Unix systems. Its name refers to its similar purpose to the du utility, but ncdu uses a text-based user interface under the [n]curses programming library. [3] Users can navigate the list using the arrow keys and delete files that are taking up too much space by pressing the 'd' key.

  4. Disk Usage Analyzer - Wikipedia

    en.wikipedia.org/wiki/Disk_Usage_Analyzer

    Disk Usage Analyzer is a graphical disk usage analyzer for GNOME. It was part of GNOME Core Applications, [2] but was split off for GNOME 3.4. It was originally named Baobab after the Adansonia tree. The software gives the user a menu-driven, graphical representation of what is on a disk drive. [3]

  5. Filelight - Wikipedia

    en.wikipedia.org/wiki/Filelight

    Filelight is a graphical disk usage analyzer part of the KDE Gear.. Instead of showing a tree view of the files within a partition or directory, or even a columns-represent-directories view like xdiskusage, it shows a series of concentric pie charts representing the various directories within the requested partition or directory and the amount of space they use. [1]

  6. List of GNU Core Utilities commands - Wikipedia

    en.wikipedia.org/wiki/List_of_GNU_Core_Utilities...

    Shows disk usage on file systems echo: Displays a specified line of text env: Displays and modifies environment variables: expr: Evaluates expressions factor: Factors numbers: false: Does nothing, but exits unsuccessfully groups: Prints the groups of which the user is a member hostid: Prints the numeric identifier for the current host id

  7. iostat - Wikipedia

    en.wikipedia.org/wiki/Iostat

    iostat (input/output statistics) is a computer system monitor tool used to collect and show operating system storage input and output statistics. It is often used to identify performance issues with storage devices, including local disks, or remote disks accessed over network file systems such as NFS.

  8. hdparm - Wikipedia

    en.wikipedia.org/wiki/Hdparm

    hdparm is a command line program for Linux to set and view ATA hard disk drive hardware parameters and test performance. [2] [3] It can set parameters such as drive caches, sleep mode, power management, acoustic management, and DMA settings. GParted [citation needed] and Parted Magic both include hdparm. [4]

  9. df (Unix) - Wikipedia

    en.wikipedia.org/wiki/Df_(Unix)

    df (abbreviation for disk free) is a standard Unix command used to display the amount of available disk space for file systems on which the invoking user has appropriate read access. df is typically implemented using the statfs or statvfs system calls .