[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: uname -o on Debian GNU/kFreeBSD?




On 8-jun-2006, at 19:59, Kari Pahula wrote:

What's the output of uname -o on Debian GNU/kFreeBSD?

Upstream wants to know for #370470.

Here's all of the options for completeness:


robin@eddy:~$ uname --help
Usage: uname [OPTION]...
Print certain system information.  With no OPTION, same as -s.

-a, --all print all information, in the following order,
                             except omit -p and -i if unknown:
  -s, --kernel-name        print the kernel name
  -n, --nodename           print the network node hostname
  -r, --kernel-release     print the kernel release
  -v, --kernel-version     print the kernel version
  -m, --machine            print the machine hardware name
  -p, --processor          print the processor type or "unknown"
  -i, --hardware-platform  print the hardware platform or "unknown"
  -o, --operating-system   print the operating system
      --help     display this help and exit
      --version  output version information and exit

Report bugs to <bug-coreutils@gnu.org>.

robin@eddy:~$ uname -s
GNU/kFreeBSD

robin@eddy:~$ uname -n
eddy

robin@eddy:~$ uname -r
5.4-1-586

robin@eddy:~$ uname -v
#0 Thu Apr 20 21:39:45 CEST 2006

robin@eddy:~$ uname -m
i586

robin@eddy:~$ uname -p
i386

robin@eddy:~$ uname -i
AMD-K6(tm) 3D processor

robin@eddy:~$ uname -o
GNU/kFreeBSD



Robin



Reply to: