Red Hat Linux cheat sheet commands examples RHEL

Useful Linux Commands (Red Hat)

(http://www.cse.buffalo.edu/~eisner/DLW) Revised 3/1/2000

Getting information man commandname display the manual page for a particular command named commandname man -S sectionnumber commandname display the manual page under a specific section numbered sectionnumber for the command named commandname. Sometimes the same command will exist in more than one section. man alone will . . . → Read More: Red Hat Linux cheat sheet commands examples RHEL

Linux find large files

How do you find large files or directories on your disk in freebsd, unix, linux ?

Linux find large files examples; find large files on your disk in *nix.

All *nix systems List total size of each directory/file at current path level

Example output:

Redhat/CentOS Human Readible, List largest 20 files on disk . . . → Read More: Linux find large files