Welcome to my page. I am not an avid writer, but i am trying. Here you will find some of the fine snippets i came across which i would like to revisit given a chance. Some of the technical troublshooting which i encountered, which i would like to maintain here as ready reckoner. Please feel free to go around my pages. Bouquets and Brickbats are welcomed. :-)
Tuesday, May 07, 2013
Check if the Linux Operating System is 32 Bit or 64 Bit
Run the below commands to check if the operating system is 32Bit or 64Bit.
uname -a
getconf WORD_BIT
file /usr/bin/file
The above command will show if the operating system bit size
No comments:
Post a Comment