Results 1 to 2 of 2

Thread: Freebsd how to find out kernel version?

  1. #1
    bob
    Guest

    Default Freebsd how to find out kernel version?

    What is procedure to find out freebsd kernel version?

  2. #2
    Never say die nixcraft's Avatar
    Join Date
    Jan 2005
    Location
    BIOS
    Posts
    4,374
    Thanks
    17
    Thanked 754 Times in 496 Posts
    Rep Power
    10

    Default

    Use uname command to find out freebsd kernel version
    Code:
    uname -r
    uname -mrr
    uname -a

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 6th December 2006, 02:26 AM
  2. how to find perl version
    By in forum All about FreeBSD/OpenBSD/NetBSD
    Replies: 1
    Last Post: 28th January 2006, 05:20 PM
  3. Linux find out kernel version?
    By in forum Linux software
    Replies: 1
    Last Post: 17th January 2006, 04:41 PM
  4. How Do I upgrade FreeBSD version 5.0 port collection?
    By tom in forum All about FreeBSD/OpenBSD/NetBSD
    Replies: 2
    Last Post: 11th January 2006, 10:55 PM
  5. freebsd kernel module unload
    By HellBoy in forum All about FreeBSD/OpenBSD/NetBSD
    Replies: 2
    Last Post: 5th January 2006, 06:51 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41