Do you wanna know what linux's codename you using and its 32 or 64 bits

If you wanna know that, try
    >>> lsb_release -cs # for code name
or 
    >>> lsb_release -a # for all information
then
    >>> uname -m # for display 32/64 bits (i686 or xxx)
of
    >>> uname -a # for show more information 

Comments

Post a Comment

Popular posts from this blog

Return Code 127