How is Linux Licensed?

Linus has placed the Linux kernel under the GNU General Public License,
which basically means that you may freely copy, change, and distribute it,
but you may not impose any restrictions on further distribution, and you
must make the source code available.
This is not the same as Public Domain. The licenses of the utilities and
programs which come with the installations vary. Much of the code is from
the GNU Project at the Free Software Foundation, and is also under the GPL.
Some other major programs often included in Linux distributions are under a
BSD license and other similar licenses.
  • Email, SSL
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Backing up and restoring a MySQL database from the command line

. Shell into your box as root, then: mysqldump -a -u USERNAME -p DATABASE > FILENAME.mysql...

How does memory overcommit affect PostgreSQL?

In Linux 2.4 and later, the default virtual memory behavior is not optimal for PostgreSQL....

Copy MySQL database to another server through shell?

Copying MySQL Databases to another server If you are using MySQL 3.23 or later, you can copy the...

redirect using .htaccess

1) Temporary Redirect : Redirect temp / http://www.test.com This will redirect...

Change the root password for a *nix server

In order to change the root password login to the server as root and type the following, then...