Linux for you Admin Tips:1
Linux for you Admin Tips:2
Linux for you Admin Tips:3
Linux for you Admin Tips:5
1. Check your processor and OS architecture ?
Here is how to fine out whether the installed OS as well as the CPU are of 64-bit or 32-bit.
[sankar@new-host ~]$ uname -m
i686 (the result for a non-64-bit OS)
[sankar@new-host ~]$uname -m
x86_64(the result for a 64-bit OS)
2. To know about the processor ,run the following command:
Note: Please install lshw if it is not already installed on your system.
[sankar@new-host ~]$lshw -class processor |grep width
width: 64 bits (the result for a 64-bit installation)
width: 32 bits (the result for a 32-bit installation)
Linux for you Admin Tips:2
Linux for you Admin Tips:3
Linux for you Admin Tips:5
1. Check your processor and OS architecture ?
Here is how to fine out whether the installed OS as well as the CPU are of 64-bit or 32-bit.
[sankar@new-host ~]$ uname -m
i686 (the result for a non-64-bit OS)
[sankar@new-host ~]$uname -m
x86_64(the result for a 64-bit OS)
2. To know about the processor ,run the following command:
Note: Please install lshw if it is not already installed on your system.
[sankar@new-host ~]$lshw -class processor |grep width
width: 64 bits (the result for a 64-bit installation)
width: 32 bits (the result for a 32-bit installation)
No comments:
Post a Comment