uname

From Wikipedia, the free encyclopedia
Jump to: navigation, search

uname (short for unix name) is a software program in Unix and Unix-like computer operating systems that prints the name, version and other details about the current machine and the operating system running on it. The uname system call and command appeared for the first time in PWB/UNIX. Both are specified by POSIX.[1][2]

Some Unix variants, such as AT&T UNIX System V Release 3.0, include the related setname program, used to change the values that uname reports.

The GNU version of uname is included in the "sh-utils" or "coreutils" packages. uname itself is not available as a standalone program.

Contents

Examples [edit]

On a system running Darwin, the output from running uname with the -a command line argument might look like the text below:

Darwin Roadrunner.local 10.3.0 Darwin Kernel Version 10.3.0: Fri Feb 26 11:58:09 PST 2010; root:xnu-1504.3.12~1/RELEASE_I386 i386

The following table contains examples from various versions of uname on various platforms.[3] Within the bash shell, the environment variable OSTYPE contains a value similar (but not identical) to the value of uname -o.

Operating system OS or kernel name (-s) OS name (-o) Machine (-m) Processor (-p) Hardware platform (-i or -M) OS or kernel version (-v) OS or kernel release (-r)
Cygwin (Windows XP), Pentium 4 CYGWIN_NT-5.1 Cygwin i686 unknown unknown 2006-01-20 13:28 1.5.19(0.150/4/2)
Cygwin 1.7 (Windows 7 64-bit), Core i7 CYGWIN_NT-6.1-WOW64 Cygwin i686 unknown unknown 2012-05-09 10:25 1.7.15(0.260/5/3)
MSYS (Windows Vista) MINGW32_NT-6.0 Msys i686 unknown unknown 2009-07-11 17:46 1.0.11(0.46/3/2)
UWIN (64 bit Windows 7), Intel Core i5 UWIN-W7 UWIN i686-64 x64 64/64 2012-06-26 5.0/6.1
FreeBSD 6.1, Intel FreeBSD illegal option i386 i386 [kernel name from kernel conf file. i.e.: GENERIC] FreeBSD 6.1-RELEASE-p15 #1: Sun Apr 15 18:04:51 EDT 2007 6.1-RELEASE-p15
FreeBSD 9.0, Intel FreeBSD FreeBSD amd64 amd64 [kernel name from kernel conf file. i.e.: GENERIC] FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC 9.0-RELEASE
IRIX 6.5.30, Origin 2000 IRIX64 illegal option IP30 mips illegal option 07202013 6.5
Solaris 9, Sun Fire 280R SunOS illegal option sun4u sparc SUNW,Sun-Fire-280R Generic_112233-08 5.9
Solaris 10, Sun Fire V490 SunOS Solaris sun4u sparc SUNW,Sun-Fire-V490 Generic_142900-13 5.10
Solaris 11.1, Sun Fire X4540 SunOS Solaris i86pc i386 i86pc 11.1 5.11
openSUSE 10.3, Core2-duo 64-bit Linux GNU/Linux x86_64 x86_64 x86_64 #1 SMP 2007/09/21 22:29:00 UTC 2.6.22.5-31-default
Gentoo, UltraSparc IIe Linux GNU/Linux sparc64 sun4u TI UltraSparc IIe (Hummingbird) #1 SMP Wed Nov 10 02:04:26 CET 2010 2.6.34-gentoo-r12
any, coreutils 7.1 Linux GNU/Linux sparc64 sparc64 UltraSPARC T1 (Niagara) (all) (all)
any, coreutils 7.1–8.4 Linux GNU/Linux ppc64 ppc64 PPC 970FX (XServe G5) (all) (all)
Linux Mint 10 "Julia" 64-bit Linux GNU/Linux x86_64 unknown unknown #33-Ubuntu SMP Sun Sep 19 20:32:27 UTC 2010 2.6.35-22-generic
Debian GNU/kFreeBSD 6.0, AMD GNU/kFreeBSD GNU/kFreeBSD x86_64 amd64 AMD Sempron(tm) Processor 3000+ #0 Thu Nov 26 04:22:59 CET 2009 8.0-1-amd64
Debian 6.0.5 on Raspberry Pi B Linux GNU/Linux armv61 unknown unknown #90 Wed Apr 18 18:23:05 BST 2012 3.1.9+
Ubuntu 12.0.4 on Pandaboard ES Linux GNU/Linux armv7l armv7l armv7l #33-Ubuntu SMP PREEMPT Sat Jan 26 00:46:04 UTC 2013 3.2.0-1425-omap4
Android 4.2.1 on Nexus 4 Linux GNU/Linux armv7l unknown unknown #1 SMP PREEMPT Thu Nov 8 15:42:02 PST 2012 3.4.0-perf-ge039dcb
Mac OS X Snow Leopard 10.6, MacBook3,1 (Late 2007) Darwin illegal option i386 i386 illegal option Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 10.0.0
Mac OS X Lion 10.7.3 build 11D50, MacbookPro7,1 (Late 2010) Darwin illegal option x86_64 i386 illegal option Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 11.3.0
Haiku R1/Alpha 1, QEMU Haiku Haiku BePC unknown unknown r33109 Sep 12 2009 17:45:45 1
IBM AIX 5.3 AIX AIX 00C57D4D4C00 powerpc IBM,8205-E6B 5 3
MINIX 3.1.7, x86 Minix illegal option i686 i386 illegal option 1.7 3
DragonFlyBSD 2.7, AMD64 DragonFly illegal option x86_64 x86_64 [filename of kernel conf file] DragonFly v2.7.3.122.g0ba92-DEVELOPMENT #0: Tue June 8 16:50:35 CEST 2010 2.7-DEVELOPMENT root@Chance.: /usr/obj/usr/src/sys/X86_64_GENERIC
Ubuntu 11.04 Linux GNU/Linux x86_64 x86_64 x86_64 #46-Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011 2.6.38-10-generic
HP-UX 11i v3 HP-UX illegal option ia64 illegal option [Unique machine ID number or node name if cannot be determined.] U B.11.31

See also [edit]

Footnotes [edit]

  1. ^ uname. The Open Group Base Specifications Issue 7/IEEE Std 1003.1, 2013 Edition. Specifies the command.
  2. ^ uname. The Open Group Base Specifications Issue 7/IEEE Std 1003.1, 2013 Edition. Specifies the function/system call.
  3. ^ These are merely meant to broadly represent common systems; actual output may vary depending on hardware type, OS version, and which software patches have been installed.

External links [edit]