Thursday, July 27, 2017

▷ H/W Manufacturer (H/W 제조사)

[ To find hw maker ]


AIX IBM
HP-UX HP
SunOS (i386) smbios -t SMB_TYPE_SYSTEM | grep Manufacturer | awk -F: '{ print $2 }' | sed -e 's/,//'
(sparc) prtdiag | grep 'System Configuration' | awk '{ print $3, $4 }'
Linux dmidecode -s system-manufacturer | egrep -v '^#|^$' | tr -d ','
Windows (wmic computersystem get Manufacturer | 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