uname(1) - SerenityOS man pages

#Name

uname - print kernel information

#Synopsis

$ uname [-s] [-n] [-r] [-m] [-a]`

#Description

Print information about the operating system, as reported by the uname() system call.

#Options

#Examples

$ uname -sm
Serenity x86_64

#See also