home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


uname

uname [options ]

Print the current Unix system name.

Options

-a

Report the information supplied by all the other options.

-i

The hardware platform name. (For example, i86pc ; compare to i386 from -p .) Solaris only.

-m

The hardware name.

-n

The node name.

-p

The host's processor type.

-r

The operating system release.

-s

The system name. This is the default action when no options are provided.

-v

The operating system version.

-S name

Change the nodename to name . Privileged users only. Solaris only.

-X

Print expanded information as expected by SCO Unix systems. Solaris only.


Previous: Reference: umask UNIX in a Nutshell: System V Edition Next: Reference: uncompress
Reference: umask Book Index Reference: uncompress

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System