Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I determine which version of FreeBSD is running ?

General Questions

How do I determine which version of FreeBSD is running ?

by  adonis547  Posted    (Edited  )
Very simple, just issue the following command:

`uname -a`

This will give you something like this:

FreeBSD box.myhost.com 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #0: Wed Jun 2 12:56:41CEST 2004 root@box.myhost.com:/usr/obj/usr/src/sys/MY_KERNEL_1 i386

From the above you can see that you are running FreeBSD version 5.2.1-RELEASE with security patch p8.
You can also determine that your system is booted up on MY_KERNEL_1 which is the kernel configuration you are using. If you haven't built a custom kernel, it'll say GENERIC.

Last but not least, you will see that your system is running on the i386 architecture.

There are three main branches of FreeBSD, they are :
4.x branch
5.x branch
6-CURRENT branch
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top