• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

Find Linux Operating System architecture installed on system

December 17, 2014 by Sharad Chhetri

In this post we will quickly share the commands, which will help to find linux operating system architecture installed on system. Most of the time system admin or linux user requires to know which Linux OS architecture is installed. Mostly , while installing or developing the package or software we need this information. Whereas it also helps in file system related troubleshooting.

Here, we are sharing two commands which you will find in most of the Linux as well as Unix operating system.

Command 1 : Using uname command . This command is always available on Linux / Unix like Operating system (BSD/AIX/Sun Solaris/HP UX).

uname -m

Arguments detail:
-m = print the machine hardware name

Below given is reference from our system.

[root@server ~]# uname -m
x86_64
[root@server ~]#

For more learning on uname command , use command man uname .

Command 2: Using arch command. This command also prints the the OS architecture.And it is also available on most of the Linux/Unix systems.

arch

Below given is reference from our system

[root@server ~]# arch
x86_64
[root@server ~]#

Share this:

  • Twitter
  • Facebook
  • More
  • Print
  • Email
  • LinkedIn
  • Reddit
  • Tumblr
  • Pinterest
  • Pocket
  • Telegram
  • WhatsApp
  • Mastodon

Related posts:

  1. How to find when Operating system was installed in linux CentOS and Red Hat
  2. Remove python module installed from source code on Linux
  3. SCP file and directory in linux and Unix like operating system
  4. How to list all installed python modules
  5. How to install Xfce Desktop in minimal installed CentOS 6.x
  6. Find installed and enabled apache module in Debian/Ubuntu
  7. How To Always Install Latest Git Package In Ubuntu Operating System
  8. How to install linux operating system in remote machine with telnet
  9. Linux: Set user password by using encrypted password in command
  10. How to show line numbers with less command in Linux

Filed Under: Linux Tagged With: linux command

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Linux Command

What is Linux Internal And External Command

Linux Basic Commands With Examples For Every Beginner

tr command to convert lines to space , tab and vertical tab

smbpasswd command not found on CentOS 7 and RHEL 7

Solution : semanage command not found

Unix / Linux : How to print duplicate lines from file

More Posts from this Category

You Might Like These Articles!

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Nginx

How To Install Nginx On Ubuntu 22.04 LTS

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

libfuse

dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu

Failed to open/create the internal network

VirtualBox Error: Failed to open/create the internal network

Always Useful Tips And Tricks

Print double hyphen sign simultaneously in post of Octopress

Install and optimize the png file by using optipng

master admin password openerp 7.x

Nagios HTTP WARNING: HTTP/1.1 403 Forbidden

SSH WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED

How To Get SSH Public Key Fingerprint Information

Yum Error database disk image is malformed

Explore 90+ Article On "Linux Tips And Tricks"

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From Bharat.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy