×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

General Questions

How do I determine which version of FreeBSD is running ? by adonis547
Posted: 20 Oct 04

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

Back to Linux (server) FAQ Index
Back to Linux (server) Forum

My Archive

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close