@WillireamAngel
2018-05-21T02:49:16.000000Z
字数 711
阅读 965
Linux简介
Linux
- 开放源代码授权:
Apache License 2.0
BSD 3-Clause "New" or "Revised" license
BSD 2-Clause "Simplified" or "FreeBSD" license
GNU General Public License (GPL)
GNU Library or "Lesser" General Public License (LGPL)
MIT license
Mozilla Public License 2.0
Common Development and Distribution License
(https://zh.wikipedia.org/wiki/%E5%BC%80%E6%94%BE%E6%BA%90%E4%BB%A3%E7%A0%81)
- open source&close source,freeware与shareware;
- 系统要控制硬件: (1)input/output control, (2)device control, (3)process management, ( 4)file management.
- Linux distributions之间的异同点:
相同:
(1)同样使用http://www.kernel.org所释出的核心; (2)支援同样的标准,如FHS、LSB等; (3)使用几乎相同的自由软体(例如GNU里面的gcc/glibc/vi/apache/bind/sendmail... );
(4)几乎相同的操作介面(例如均使用bash/KDE/GNOME等等)。
不同:
(1)使用的kernel与各软体的版本可能会不同;
(2)各开发商加入的应用工具不同,使用的套件管理模式不同(dpkg与RPM)。