Hi,
You can check whether your linux system is 32-bit or 64-bit by running the below command:-
# uname -m
An output such as below,
x86_64
means that your linux system is 64 bit!
Alternatively, an output such as below,
x86
means that your linux system is 32 bit!
You can check whether your linux system is 32-bit or 64-bit by running the below command:-
# uname -m
An output such as below,
x86_64
means that your linux system is 64 bit!
Alternatively, an output such as below,
x86
means that your linux system is 32 bit!
No comments:
Post a Comment