FreeBSD Manual Pages
UNAME(1) Korn Shell UNAME(1) NAME uname - identify the current system SYNOPSIS uname [flags] [name ...] DESCRIPTION By default uname writes the operating system name to standard output. When options are specified, one or more system characteristics are written to standard output, space separated, on a single line. When more than one option is specified the output is in the order specfied by the -A option below. Unsupported option values are listed as [op- tion]]. If any unknown options are specified then the local /usr/bin/uname is called. If any name operands are specified then the sysinfo(2) values for each name are listed, separated by space, on one line. getconf(1), a pre-existing standard interface, provides access to the same informa- tion; vendors should spend more time using standards than inventing them. Selected information is printed in the same order as the options below. FLAGS -a, --all Equivalent to -snrvmpio. -s, --system, --sysname, --kernel-name The detailed kernel name. This is the default. -n, --nodename The hostname or nodename. -r, --release, --kernel-release The kernel release level. -v, --version, --kernel-version The kernel version level. -m, --machine The name of the hardware type the system is running on. -p, --processor The name of the processor instruction set architecture. -i, --implementation, --platform, --hardware-platform The hardware implementation; this is --host-id on some systems. -o, --operating-system The generic operating system name. -h, --host-id, --id The host id in hex. -d, --domain The domain name returned by getdomainname(2). SEE ALSO hostname(1), uname(2) AUTHOR David J. Korn, et. al. COPYRIGHT 2019, David J. Korn, et.al. Oct 03, 2019 UNAME(1)
NAME | SYNOPSIS | DESCRIPTION | FLAGS | SEE ALSO | AUTHOR | COPYRIGHT
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=uname&sektion=1&manpath=FreeBSD+Ports+13.0>