How To Find Out Dell Service Tag on Centos

How To Find Out Dell Service Tag on Centos


The following command will only display service tag:
dmidecode -s system-serial-number


a little bit more information

dmidecode -t 1

if dmidecode is missing just install it

yum -y install dmidecode

Comments