• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

what makes linux not unix?

UNIX is a copyrighted thing. That may be all they mean by it. Im not sure either and it never really bothered me 😛
 
Technically Linux is a kernel, every distro makes it a full blown operating system. Some folks argue that it is all Unix, some people call it Unix-like (i.e. it emulates Unix). *BSD followers say *BSD implementations are closer to Unix (since *BSD inherited from AT&T Unix dynasty).

 
unix was a commercial operating system written by bell labs.

bsd was written by bill joy (and others?) at berkeley in the late 70's-early 80's to be a free operating system that works like unix. net- open- and free- bsd have modified the original BSD source to create their kernels/tools/programs/etc (i think most of that was correct 😉)

linux was written by linus torvalds in the early 90's so that he could have unix on his 386, which minix (another free (i think) unix like os) would not run on. linux is just the kernel, and the GNU project (which was around before linux) started to use the linux kernel to create the typical GNU/linux distrobutions you see today. GNU actually has their own kernel (HURD), but i guess it has just progressed too slowly.
 
Back
Top