HOW TO KNOW YOU ARE RUNNING A 32-BIT OR 64-BIT UBUNTU?
If you have forgot what bit type of Ubuntu you are running.
There is a pleasant and simple order line program called uname that notifies the current bit version
Open Terminal.
kind
uname -m
in fatal and hit go in.
If the response is i686, you have a 32-bit version of Linux.
If the response is x86_64, you have a 64-bit version of Linux.
If you want to know more minutia like Kernel type, Time mark etc..
Try
uname -a
If you have forgot what bit type of Ubuntu you are running.
There is a pleasant and simple order line program called uname that notifies the current bit version
Open Terminal.
kind
uname -m
in fatal and hit go in.
If the response is i686, you have a 32-bit version of Linux.
If the response is x86_64, you have a 64-bit version of Linux.
If you want to know more minutia like Kernel type, Time mark etc..
Try
uname -a

0 comments:
Post a Comment