Verificar se ubuntu é 32 ou 64 bits

Posted Almost 12 years ago. Visible to the public.

Para verificar se a versão do ubuntu que está instalada, basta executar o comando abaixo:
file /bin/bash | cut -d' ' -f3
ou
uname -i
['x86_64' = 64bits, 'x86' = 32bits]

Halisson
Last edit
Almost 12 years ago
Posted by Halisson to ZeroGlosa (2012-05-15 18:33)