Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to see system specs in CLI under Ubuntu server

Under command line interface in Ubuntu Server you are not so limited. For example you can see your system's specs by running:

sudo lshw


You can get specific details by using the -C flag to list all you hard disks:

sudo lshw -C disk


It can create an html page with your hardware details:

sudo lshw -Html > your-file-name.html


then open it with firefox:



Reference: embraceubuntu.com


This post first appeared on Ubuntu Tutorials, please read the originial post: here

Share the post

How to see system specs in CLI under Ubuntu server

×

Subscribe to Ubuntu Tutorials

Get updates delivered right to your inbox!

Thank you for your subscription

×