How can I know my linux os is 32 bit or 64 bit?
and How can i know my CPU is 32 bit or 64 bit in linux
machine environment.?

Answer Posted / sachinmali17

To get a clear idea about you OS (32bit or 64bit)
you can use following command,

root@ganesh ~]# file /usr/bin/file

/usr/bin/file: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped

[root@ganesh ~]#

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is cpu utilization linux?

543


What does the command env do?

540


What is mkdir p?

566


How you will create new folder / directories and how to remove file and folder in linux?

484


What is DISM command?

516






can any one send me one project on linux ...?

2360


How can I create a file with cmd?

535


What is 9 in kill?

527


What can you tell about the tar command?

574


Who whoami linux?

559


How do I clear my run history?

561


How do you create a text file in linux?

540


Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.

842


What is makefile in unix?

546


You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?

591