Thread: openbsd'flavors
View Single Post
  #2   (View Single Post)  
Old 21st August 2010
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,319
Default

Quote:
Originally Posted by wesley View Post
...how to know what is the OpenBSD flavor of the machines?
Look at the output of the following command:

$ sysctl kern.version
  • If the flavor is -release, you will see "OpenBSD 4.7" in the output.
  • If the flavor is -stable, you will see "OpenBSD 4.7-stable" in the output.
  • If the flavor is -current, you will see "OpenBSD 4.7-current" in the output.
Information on what kernel configuration file was used during compilation, who compiled the kernel, & when it was compiled is included in the output as well.
Reply With Quote