[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What version of OpenBSD am I running?
> I realize this is quite a novice question, but I can't find the
> answer, so my apologies. I'm wondering if there is a simple command to
>
> determine what version of OpenBSD I'm running, the box has been so
> reliable that I forget what I had installed.
telent@erwin% uname -a
OpenBSD erwin.mordac.info 3.2 GENERIC#25 i386
Or, if you prefer a different flavor:
telent@erwin% dmesg | head -1
OpenBSD 3.2 (GENERIC) #25: Thu Oct 3 19:51:53 MDT 2002
There ya go.
-Sunny Raspet