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
What is $@ in bash?
Explain about refer?
What are grep patterns called?
What are the commands in linux?
Is makefile a shell script?
Explain about lpr filename?
Explain about system and user utilities?
What are vim commands?
what is the fastest way to enter a series of commands from the command-line in linux
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
Which command is used to compare the files?
How do I clear terminal command history?
What file type is a makefile?
You issue the command head * what would the resulting output be?
Which command is used to clear the screen?