47119/determining-whether-a-given-linux-is-32-bit-or-64-bit
So, I typed uname -a, it gave the following output.
Linux mars 2.6.9-67.0.15.ELsmp #1 SMP Tue Apr 22 13:50:33 EDT 2008 i686 i686 i386 GNU/Linux
How should I determine if the given OS is 32 or 64 bit?
try this.
getconf LONG_BIT
Output:
$ nc -z <host> <port>; echo $? Use ...READ MORE
To create a symbolic link, you can ...READ MORE
Use the port command to find the ...READ MORE
To run a non-executable sh script, use: sh myscript To run ...READ MORE
wget -r ftp://user:pass@server.com/ try this. READ MORE
Use /proc/partitions first. This will list all ...READ MORE
In my experience, a single yum command will ...READ MORE
To list all the groups groups or to list ...READ MORE
You could try Bless. It is written ...READ MORE
If you find an absolute path to start with, ...READ MORE
OR
Already have an account? Sign in.