BIOS 버전 확인 편집하기

경고: 로그인하지 않았습니다. 편집을 하면 IP 주소가 공개되게 됩니다. 로그인하거나 계정을 생성하면 편집자가 사용자 이름으로 기록되고, 다른 장점도 있습니다.

편집을 취소할 수 있습니다. 이 편집을 되돌리려면 아래의 바뀐 내용을 확인한 후 게시해주세요.

최신판 당신의 편집
1번째 줄: 1번째 줄:
;BIOSVersion, ReleaseDate
;BIOSVersion, ReleaseDate
;bios-version, bios-release-date
;bios-version, bios-release-date
;BIOS 버전 확인, 배포일 확인
;BIOS 버전 확인


==리눅스==
==리눅스==
{{소스헤더|버전}}
;버전
<source lang='console'>
<source lang='dos'>
[root@zetawiki ~]# dmidecode -s bios-version
[root@jmnote ~]# dmidecode -s bios-version
# SMBIOS implementations newer than version 2.6 are not
# fully supported by this version of dmidecode.
P71
P71
</source>
</source>
<source lang='console'>
<source lang='dos'>
[root@zetawiki ~]# dmidecode | grep -A3 "BIOS Information"
[root@jmnote ~]# dmidecode | grep Version: | head -1
BIOS Information
Version: P71
Vendor: HP
Version: P71
Release Date: 03/01/2013
</source>
</source>


{{소스헤더|배포일}}
;배포일
<source lang='console'>
<source lang='dos'>
[root@zetawiki ~]# dmidecode -s bios-release-date
[root@jmnote ~]# dmidecode -s bios-release-date
# SMBIOS implementations newer than version 2.6 are not
# fully supported by this version of dmidecode.
03/01/2013
03/01/2013
</source>
</source>
<source lang='console'>
<source lang='dos'>
[root@zetawiki ~]# dmidecode | grep -i "Release Date:"
[root@jmnote ~]# dmidecode | grep -i "Release Date:"
         Release Date: 03/01/2013
         Release Date: 03/01/2013
</source>
</source>


==윈도우==
==윈도우==
{{소스헤더|버전}}
;버전
<source lang='console'>
<source lang='dos'>
C:\Users\zetawiki>wmic bios get BIOSVersion
C:\Users\jmnote>wmic bios get BIOSVersion
BIOSVersion
BIOSVersion


37번째 줄: 38번째 줄:
</source>
</source>


{{소스헤더|배포일}}
;배포일
<source lang='console'>
<source lang='dos'>
C:\Users\zetawiki>wmic bios get ReleaseDate
C:\Users\jmnote>wmic bios get ReleaseDate
ReleaseDate
ReleaseDate
20100903000000.000000+000
20100903000000.000000+000
</source>
{{소스헤더|버전+배포일}}
<source lang='console'>
C:\Users\zetawiki>systeminfo | findstr BIOS
BIOS 버전:              Phoenix Technologies Ltd. 06JM.M014.20100903.KSY, 2010-
09-03
</source>
</source>


==같이 보기==
==같이 보기==
*[[서버 시리얼 번호 확인]]
*[[서버 시리얼 번호 확인]]
*[[서버 모델명 확인]]
*[[dmidecode]]
*[[wmic]]
*[[systeminfo]]
*[[BIOS]]


[[분류: 서버]]
[[분류: 서버]]
[[분류: 리눅스]]
[[분류: 리눅스]]
[[분류: 윈도우]]
[[분류: 윈도우]]
[[분류: dmidecode]]

제타위키에서의 모든 기여는 크리에이티브 커먼즈 저작자표시-동일조건변경허락 3.0 라이선스로 배포된다는 점을 유의해 주세요(자세한 내용에 대해서는 제타위키:저작권 문서를 읽어주세요). 만약 여기에 동의하지 않는다면 문서를 저장하지 말아 주세요.
또한, 직접 작성했거나 퍼블릭 도메인과 같은 자유 문서에서 가져왔다는 것을 보증해야 합니다. 저작권이 있는 내용을 허가 없이 저장하지 마세요!

취소 편집 도움말 (새 창에서 열림)

이 문서에서 사용한 틀: