top of page

In Linux, How to check what is my machine bit - 64 or 32 bit?

uname -m

uname -a


where

-a is for all information

-m is for machine hardware name

8 views0 comments

Recent Posts

See All

DevOps (Development and Operations) and SRE (Site Reliability Engineering) are two approaches or philosophies that aim to improve software development and operations, but they have different focuses a

Question: Write a Linux command to list all files and directories in the current directory. Answer: ls Question: How would you create a new directory named "my_project" in the home directory of the cu

Title: Understanding Linux Zombie Processes: Examples and Effective Ways to Kill Them Introduction: Linux, being an open-source operating system, offers robustness, stability, and exceptional performa

bottom of page