Advertisement
corrosiontears

Memória RAM - Informações no Terminal (Linux)

May 8th, 2014
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. ### Consultar Barramento e demais informações sobre a Memória RAM:
  2. ## Dica encontrada em: http://www.vivaolinux.com.br/topico/PC-Configuration/Como-ver-o-barramento-da-memoria/
  3.  
  4. sudo dmidecode --type memory
  5. sudo dmidecode --type memory | less
  6. sudo dmidecode --type 17
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement