01
01
1 What is GNU?
GNU is an operating system that is free software—that is, it respects users’ freedom. The
GNU operating system consists of GNU packages (programs specifically released by the GNU
Project) as well as free software released by third parties. The development of GNU made it
possible to use a computer without software that would trample your freedom.
The name ”GNU” is a recursive acronym for ”GNU’s Not Unix.” ”GNU” is pronounced
g’noo, as one syllable, like saying ”grew” but replacing the r with n.
The program in a Unix-like system that allocates machine resources and talks to the hard-
ware is called the ”kernel.” GNU is typically used with a kernel called Linux. This combination
is the GNU/Linux operating system. GNU/Linux is used by millions, though many call it
”Linux” by mistake.
• The freedom to run the program as you wish, for any purpose (freedom 0).
1
GNU Project
• The freedom to study how the program works, and change it so it does your computing
as you wish (freedom 1). Access to the source code is a precondition for this.
• The freedom to redistribute copies so you can help others (freedom 2).
• The freedom to distribute copies of your modified versions to others (freedom 3). By
doing this you can give the whole community a chance to benefit from your changes.
Access to the source code is a precondition for this.
Developments in technology and network use have made these freedoms even more impor-
tant now than they were in 1983. Nowadays the free software movement goes far beyond
developing the GNU system.