Linux
From FreeBSDwiki
		(Difference between revisions)
		
		
Boarder8925  (Talk | contribs) m  | 
		m (added linux compatibility stuff w/r/t FBSD)  | 
		||
| Line 1: | Line 1: | ||
A Unix-like operating system.  Many distributions exist; the closest analogue to FreeBSD being the Gentoo distribution:  It has a ports system and places an emphasis on building packages and the system itself from source.  | A Unix-like operating system.  Many distributions exist; the closest analogue to FreeBSD being the Gentoo distribution:  It has a ports system and places an emphasis on building packages and the system itself from source.  | ||
| + | |||
| + | FreeBSD has a linux compatibility layer that allows it to run Linux binaries (ELF) as if they were native FreeBSD programs; this may be useful if you find yourself needing to run a program that's only available as a linux binary. This is rare, but it happens.  | ||
| + | |||
[[Category:FreeBSD Terminology]]  | [[Category:FreeBSD Terminology]]  | ||
Revision as of 18:54, 22 December 2004
A Unix-like operating system. Many distributions exist; the closest analogue to FreeBSD being the Gentoo distribution: It has a ports system and places an emphasis on building packages and the system itself from source.
FreeBSD has a linux compatibility layer that allows it to run Linux binaries (ELF) as if they were native FreeBSD programs; this may be useful if you find yourself needing to run a program that's only available as a linux binary. This is rare, but it happens.