[email protected]Office hours: Mon – Fri 9:00AM – 5:00PMLinkedInXFacebook
NexonHost
Netherlands Dedicated ServersAmsterdam · Equinix AM6Germany Dedicated ServersFrankfurt · Equinix FR4Romania Dedicated ServersBucharest · VoxilityAustria Dedicated ServersVienna · Interxion VIEBulgaria Dedicated ServersSofia · TelepointFrance Dedicated ServersParis · Interxion PAR — Marseille · Digital Realty MRS3Ireland Dedicated ServersDublin · Equinix DB2Italy Dedicated ServersMilan · Irideos AvalonPoland Dedicated ServersWarsawSpain Dedicated ServersMadrid · Equinix MD2United States Dedicated ServersAshburn · Equinix DC
All articles
Getting startedMarch 6, 2023

How to use uname command.

How To Use Uname Command.

In this article, we will cover the uname command.

uname is a command-line utility that prints basic information about the operating system name and system hardware.

 

uname Command

The uname tool is most commonly used to determine the processor architecture, the system hostname and the version of the kernel running on the system.

The syntax of the uname command takes the following form:

uname [OPTIONS]...

The options are as follows:

  • -s, (–kernel-name) – Prints the kernel name.

  • -n, (–nodename) – Prints the system’s node name (hostname). This is the name the system uses when communicating over the network. When used with the -n option, uname produces the same output as the hostname command.

  • -r, (–kernel-release) – Prints the kernel release.

  • -v, (–kernel-version) – Prints the kernel version.

  • -m, (–machine) – Prints the name of the machine’s hardware name.

  • -p, (–processor) – Prints the architecture of the processor.

  • -i, (–hardware-platform) – Prints the hardware platform.

  • -o, (–operating-system) – Print the name of the operating system. On Linux systems that is “GNU/Linux”

  • -a, (–all) – When the -a option is used, uname behaves the same as if the -snrvmo options have been given.

When invoked without any options, uname prints the kernel name, as if the -s option had been specified:

uname

As you already know, the name of the kernel is “Linux”:

Linux

You don’t have to remember all the command line options. Usually, the uname command is used with the -a option to print all available information:

uname -a
Linux test-liviu 3.10.0-1160.81.1.el7.x86_64 #1 SMP Fri Dec 16 17:29:43 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
  • Linux – Kernel name.

  • dev.linuxize.com – Hostname.

  • 4.19.0-6-amd64 Kernel release.

  • #1 SMP Debian 4.19.67-2+deb10u1 (2019-09-20) – Kernel version.

  • x86_64 – Machine hardware name.

  • GNU/Linux – Operating system name.

The options can be combined with each other to produce the desired output. For example, to find out what version of the Linux kernel is running on your system, you would type the following command:

uname -srm
Linux 3.10.0-1160.81.1.el7.x86_64 x86_64

When multiple options are used the information contained in the output is in the same order as provided by the -a option. The position of the given options doesn’t matter. Both uname -msr and uname -srm produces the same output.

 

Conclusion

The uname command is used to print basic system information. It is usually invoked with the -a option to display all available information.

Keep reading
How to Implement Network Segmentation and Resource Isolation in Linux.
February 6, 2024

How to Implement Network Segmentation and Resource Isolation in Linux.

How to Implement Network Segmentation and Resource Isolation in Linux. Securing and managing networks in a Linux environment involves advanced practices like network segmentation and resource isolation. This guide explores these concepts, providing detailed instructions and examples for…

Read article
How to open or close ports in Linux.
February 6, 2024

How to open or close ports in Linux.

How to open or close ports in Linux. Effectively managing ports on your Linux system is crucial for both security and service accessibility. This comprehensive guide will provide a detailed walkthrough on opening and closing ports using the robust tools iptables and ufw. Understanding these…

Read article
How to use ypdomainname command.
January 23, 2024

How to use ypdomainname command.

How to use ypdomainname command. In the realm of Linux networking, the ypdomainname command plays a crucial role in the context of the Network Information Service (NIS). NIS, formerly known as Yellow Pages, is a distributed database service that facilitates the sharing of network configuration and…

Read article
Get in Touch

Together, Let’s Build a Faster, Safer Internet.

Build scalable infrastructure with NexonHost — high-performance dedicated servers, VPS hosting, colocation, and DDoS protection across Europe.

Get Started →Contact Us
[email protected]Office hours: Mon – Fri 9:00AM – 5:00PM