In some cases you are unable to use system monitor or any other tool to check what is your processor type, how much memory in the RAM. You can use /proc to view the information
To view cpu info
open a terminal
type:
less /proc/cpuinfo
To view ram information
open a terminal
type:
less /proc/meminfo
No comments:
Post a Comment