Tagged Questions
5
votes
3answers
3k views
How to get dmidecode information without root privileges?
I'm writing a program that displays various system information (on a CentOS system). For example, the processor type and speed (from /proc/cpuinfo), the last boot time (calculated from /proc/uptime), ...