Como identificar se seu sistemas operacional Linux é 32 ou 64bits via console?

image_pdfimage_print

Execute o comando abaixo:

getconf LONG_BIT;

Se retornar 32, seu sistema operacional é 32-bits. Se retornar 64, seu sistema operacional é 64-bits.

Outra forma de verificar é:

file /lib/systemd/systemd

Verifique se foi retornado ELF 32-bit ou ELF 64-bit

Caso o arquivo acima dê como inexistente, execute o comando abaixo:

file /sbin/init

E verifique se é 32 ou 64 bits.

Gostou? Tire um minutinho e dê sua contribuição para Drall Dev Community no Patreon!