Useful shortcuts for vi editor

Showing posts with label memory. Show all posts
Showing posts with label memory. Show all posts

Monday 8 December 2014

How to know system hardware and software information?

to get os version:
cat /etc/*release*

to get os kernel version:
cat /proc/version

to get cpu info:
# cat /proc/cpuinfo
or
# lscpu

to get ram info:
# cat /proc/meminfo