UNAME Commands Cheat Sheet

Here is a cli commands cheat sheet for UNAME command, you can use this as a quick reminder for basic commands with a brief description for each of the commands.

What is UNAME command?

Add some data here

        # To print all system information:
uname -a
# Linux system-hostname 3.2.0-4-amd64 #1 SMP Debian 3.2.32-1 x86_64 GNU/Linux

# To print the hostname:
uname -n
# system-hostname

# To print the kernel release:
uname -r

# To print the kernel version, with more specific information:
uname -v

# To print the hardware instruction set:
uname -m
# x86_64

# To print the kernel name:
uname -s

# To print the operating system:
uname -o
    

Check out the UNAME command documentation .


You can also check our MegaSh cheatsheet tool, that has 150+ searchable linux cheat sheets in one page, so you never forget a command as you work again

Check Also

Best AI tools list