Linux Command Directory
This directory of Linux commands is from Linux in a Nutshell, 5th Edition.
Click on any of the 687 commands below to get a description and list of available options. All links in the command summaries point to the online version of the book on Safari Bookshelf.
Buy it now, or read it online on Safari Bookshelf.
uname
uname [options]
Print information about the machine and operating system. Without options, print the name of the kernel (Linux).
Options
Combine all the system information from the other options.
Print the system's hardware platform.
Print the name of the hardware that the system is running on.
Print the machine's hostname.
Print the operating system name.
Print the type of processor.
Print the release number of the kernel.
Print the name of the kernel (Linux). This is the default action.
Print build information about the kernel.
Display a help message and then exit.
Print version information and then exit.




