설치된 유닉스의 버전을 알고싶어요

익명 사용자의 이미지

어떻게 하면 버전을 알수 있죠?
uname -a
를 하면 무지 간단하구 알수 없는말로 나온거 같아서요

도와주세요~~~~!

익명 사용자의 이미지

man 1 uname
-r Write the current release level
of the operating system to stan-
dard output.
-v Write the version level of this
release of the operating system
to standard output.

uname -v
FreeBSD 4.6-STABLE #4 Sat Jul 13
133911 KST 2002
rapzzard@rapzzard.pe.kr/usr/obj/usr/src/sys/RAPZZARD

uname -r
4.6-STABLE

원하시는 결과인가요?
음..어떤 유닉스인지 안다면 간단하게 필
터를 거치면되겠네요..

익명 사용자의 이미지

알려주셔서 감사합니다.

근데 제 시스템에서는 그런 명령어를 치니깐 단순히 숫자 만 나오네요 ^^

감사합니다. 좀더 찾아 보겠습니다.