Thursday, July 27, 2017

▷ Bios version (BIOS 버전)

[ To find bios version ]


AIX prtconf | awk -F: '/Firmware Version:/ { print $2 }' | sed -e 's/IBM,//'
HP-UX (pa-risc) /opt/ignite/bin/print_manifest
(ia64) machinfo | awk '/Firmware revision/ { print $NF }'
SunOS (i386) smbios -t SMB_TYPE_BIOS | grep 'Version String' | awk -F: '{ print $2 }'
(sparc) prtconf -pv | grep OBP | awk '{ print $3 }'
Linux dmidecode -s bios-version | egrep -v '^#|^$'
Windows (wmic bios get SMBIOSBIOSVersion | findstr /v "^$" | select -Last 1).Trim()

No comments:

Post a Comment

◈ Recent Post

▷ UITest demo with TestOne (Mobile, Keypad and Drag until found tip)

[ UITest Demo Environment ] 1. UITest Solution: TestOne 2. Description 데모 설명    How to use keypad, and to drag until found.     키패드를...

◈ Popular Posts