How to Get Dell Service Tag From Linux

Dell Service Tag can be collected from Linux by using following command:

dmidecode | grep -i serial

Make sure this command is executed from root user.

Comments

Popular posts from this blog

How to Configure vsftpd for Secure Connections using OpenSSL