Monday, May 12, 2014

View System configuration - Ubuntu

How to see your system configuration



  1. Open Terminal.
  2. Type this command : sudo lshw -html > lshw.html
  3. Go to Home folder
  4. Open lshw.html file in browser

Thats it.... :)


sudo lshw -html > lshw.html will create a html file on your home folder with all configuration details.

2 comments: