Everything will displayed clearly by running this two command.
You can also view release date , product name, baseband manufacture by followings-
Reference- stackoverflow
sudo lshw | grep product >file
gedit fileThe first line is your product name.
You can also view release date , product name, baseband manufacture by followings-
sudo dmidecode -s bios-release-date sudo dmidecode -s baseboard-product-name sudo dmidecode -s baseboard-manufacturer
Reference- stackoverflow
Post a Comment