Query: uname
OS: minix
Section: 2
Links: minix man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNAME(2) System Calls Manual UNAME(2)NAMEuname - get system infoSYNOPSIS#include <sys/utsname.h> int uname(struct utsname *name)DESCRIPTIONUname() fills a struct utsname with system information. This structure is described in <sys/utsname.h> as follows: struct utsname { char sysname[15+1]; /* System name */ char nodename[255+1]; /* Node/Network name */ char release[11+1]; /* O.S. release */ char version[7+1]; /* O.S. version */ char machine[11+1]; /* Machine hardware */ char arch[11+1]; /* Architecture */ }; The strings are always null terminated, and may be of a different length then shown here. The first five are required by POSIX, the last is Minix specific.SEE ALSOuname(1).AUTHORKees J. Bot (kjb@cs.vu.nl) UNAME(2)
Related Man Pages |
---|
uname(2) - redhat |
uname(3) - mojave |
uname(2) - osf1 |
utsname(3head) - opensolaris |
utsname.h(3head) - centos |
Similar Topics in the Unix Linux Community |
---|
OS Type and Version |
Deleting unamed directories |
How to Change Uname output? |
uname too vague? |
uname -a output |