Chapter 1: Starting with Linux. Flashcards
1
Q
The features of Linux DMMPPPCOS
A
- Detecting and preparing hardware
- Managing processes
- Managing memory
- Providing user interfaces
- Controlling filesystems
- Providing user access and authentication
- Offering administrative utilities
- Starting up services
- Programming tools
2
Q
Advanced features in Linux CVCRS
A
- Clustering
- Virtualization
- Cloud computing
- Real-time computing
- Specialized storage
3
Q
Rules for acceptable open-source licenses FINNDDLLL
A
- Free distribution
- Derived works
- Integrity of the author’s source code
- Source code
- No discrimination against persons or groups
- No discrimination against fields of endeavor
- Distribution of license
- License must not be specific to a product
- License must not restrict other software
- License must be technology-neutral
4
Q
Popular OSI-approved licenses
A
- LGPL
- BSD
- MIT
- Mozilla
5
Q
LGPL
A
Lesser General Public License
Used for distributing libraries
6
Q
BSD
A
Berkeley Software Distribution License allows redistribution source code Code to keep the BSD copyright notice Does not does not require changed code to be passed to the community
7
Q
MIT
A
MIT license
Doesn’t include the endorsement
and promotion requirement.
8
Q
Mozilla
A
covers use and redistribution of source code associated
with the Firefox
contains more definitions of how contributors and those
reusing the source code should behave
A file of changes must be
submitted for modifications
9
Q
How Linux Differs from Other
Operating Systems
A
see the code
check the code to find bugs,
plug your own software easily into the operating system