![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Source Code Of Unix | rajesh_ranjan26 | Post Here to Contact Site Administrators and Moderators | 1 | 10-01-2006 04:38 AM |
| Code page in Unix | braindrain | Shell Programming and Scripting | 2 | 07-06-2006 08:18 AM |
| the source code of unix | matsoyka | Post Here to Contact Site Administrators and Moderators | 1 | 03-07-2006 01:14 AM |
| ? i want to send a mail with a C code under Unix ? | UnknownCoder | High Level Programming | 4 | 02-19-2004 08:44 AM |
| Unix code - how to view? What is it? | peter.herlihy | UNIX for Dummies Questions & Answers | 2 | 08-23-2002 06:56 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Unix Code
Hi,
Does anyone know where I can find the full unix source code online? Thanks
__________________
Jack Westerman Jack@JackWesterman.co.uk |
| Forum Sponsor | ||
|
|
|
||||
|
Most commercial vendors of Unix do not release their source code. You can find the source for Linux and FreeBSD very easily though. Check www.kernel.org and www.freebsd.org respectively.
|
|
||||
|
Latest stable linux source code tarball: http://www.kernel.org/pub/linux/kern...-2.4.18.tar.gz
|
|
|||
|
Also, can anybody give me a web address of where i can find a full source code, such as 250,000m lines of text?
I dont want little snips and cuts of the code I want the full thing. Thanks
__________________
Jack Westerman Jack@JackWesterman.co.uk |
|
||||
|
There is no one place.
You will have to poke around a little. The address PxT gave you above will get you the Linux kernel. Most of the core utilities (commands) are GNU (www.gnu.org). You can check out the source online via CVS for the *BSD projects. Look at ftp://ftp.freebsd.org/pub/FreeBSD/de...nt/FreeBSD-CVS to mirror the entire source tree for FreeBSD Unix. Even better, which Unix are you looking for source to? And why? If you want to compile a full system, why? Plus, there is no one big ol' source file for ANY unix. |
||||
| Google UNIX.COM |