uname

Linux · System · available in the simulator

What it does

Displays system information.

Syntax

uname [opciones]

Options and parameters

  • -a

    Displays all system information.

    uname -a
  • -s

    Displays the kernel name.

  • -r

    Displays the kernel release.

    uname -r
  • -m

    Displays the machine hardware architecture.

  • -n

    Displays the network node hostname.

Usage examples

  • uname -a
  • uname -r
Practise uname

Related commands