Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

WGU C851 Linux Foundations

Rating
-
Sold
-
Pages
17
Grade
A+
Uploaded on
02-05-2025
Written in
2024/2025

raphical display, a mouse to move a pointer around the screen, and the ability to perform actions by pointing at objects on the screen and clicking a mouse button. 2. kernel The core of an operating system, which provides multitasking (process creation, interprocess protection, interprocess communication), memory management, and basic I/O management. 3. X server A program that implements X for a computer; especially the component that interacts most directly with the video hardware. 4. X.org-X11 In 2004, most Linux distributions shifted from XFree86 to _____ because of licensing changes to XFree86. _____ 6.7.0 was based on XFree86 4.3.99, but it's developed independently up to the current version, 7.7. Because _____ is based on XFree86, the two are virtually identical in most important respects. One significant difference is the name of the configuration file; another is the default location for fonts. 5. TiVo A popular digital video recorder (DVR) that uses a Linux kernel and a significant number of standard support programs, along with proprietary drivers and DVR software. 6. Binaries Program files that are created by programmers for a particular processor and kernel—for each OS. 7. libc A library of standard functions that are used by all C programs. 8. UNetbootin A tool that can copy the files from a Linux installation disc image file to a USB flash drive. 9. Parted Magic A Linux distribution for PCs that's intended for emergency recovery operations. 10. 1 / 17WGU C851 Linux Foundations Study online at Zettabyte File System (ZFS) A filesystem designed to ensure that data stored on disks cannot be lost due to any physical error or misprocessing by the hardware or operating system. 11. Free software Software that is distributed under a license, such as the GPL, that permits copying and modification under liberal terms. See also open source. 12. General Public License (GPL) A common free software license, created and favored by the Free Software Foundation. 13. Open source A broad set of software licenses, or the software that uses them, that permits redistribution and copying under liberal terms. The open source definition is somewhat broader than that of free software. 14. BSD A license used by the open source BSD OSs and by various software components developed for them. It allows modifications to be distributed under other licenses. 15. GNU Free Documentation License (FDL) A license that is intended for use in documentation rather than by programs. 16. Copyright A legally recognized right to create a copy of something. 17. Apache An open source license that permits redistribution under the same or another license. 18. Bounties A crowdfunding method through which users can drive open source creation by offering to pay for new software or new features in existing software. 19. Copyleft A license that gives the right to people to freely distribute copies and modified versions of a work with the agreement. 20. Software A type of intellectual property that is governed by copyright laws and, in some countries, patent laws. 2 / 17WGU C851 Linux Foundations Study online at 21. Berkeley Internet Name Domain (BIND) A common Domain Name System (DNS) server for Linux. 22. Common Unix Printing System (CUPS) A printing system for Linux and other Unix-like systems. CUPS adds several features that had been missing from the earlier BSD, LPD, and LPRng printing systems. 23. Network Time Protocol (NTP) A network protocol and server enabling one computer to set its clock based on the value maintained by another clock. 24. Samba The standard Windows interoperability suite of programs for Linux and Unix. 25. Source code The version of a program written by a human and typically stored in plaintext (ASCII) file format. A compiler converts source code to a binary form that a computer can run. 26. Preemptive multitasking A task in which th

Show more Read less
Institution
Course

Content preview

WGU C851 Linux Foundations
Study online at https://quizlet.com/_4botc2

1. Graphical user A method of human-computer interaction characterized
interface (GUI) by a graphical display, a mouse to move a pointer around
the screen, and the ability to perform actions by pointing
at objects on the screen and clicking a mouse button.

2. kernel The core of an operating system, which provides mul-
titasking (process creation, interprocess protection, in-
terprocess communication), memory management, and
basic I/O management.

3. X server A program that implements X for a computer; especially
the component that interacts most directly with the video
hardware.

4. X.org-X11 In 2004, most Linux distributions shifted from XFree86 to
_____ because of licensing changes to XFree86. _____
6.7.0 was based on XFree86 4.3.99, but it's developed
independently up to the current version, 7.7. Because
_____ is based on XFree86, the two are virtually identical
in most important respects. One significant difference is
the name of the configuration file; another is the default
location for fonts.

5. TiVo A popular digital video recorder (DVR) that uses a Linux
kernel and a significant number of standard support pro-
grams, along with proprietary drivers and DVR software.

6. Binaries Program files that are created by programmers for a par-
ticular processor and kernel—for each OS.

7. libc A library of standard functions that are used by all C
programs.

8. UNetbootin A tool that can copy the files from a Linux installation disc
image file to a USB flash drive.

9. Parted Magic A Linux distribution for PCs that's intended for emergency
recovery operations.

10.


, WGU C851 Linux Foundations
Study online at https://quizlet.com/_4botc2
Zettabyte File A filesystem designed to ensure that data stored on disks
System (ZFS) cannot be lost due to any physical error or misprocessing
by the hardware or operating system.

11. Free software Software that is distributed under a license, such as the
GPL, that permits copying and modification under liberal
terms. See also open source.

12. General Public A common free software license, created and favored by
License (GPL) the Free Software Foundation.

13. Open source A broad set of software licenses, or the software that uses
them, that permits redistribution and copying under liberal
terms. The open source definition is somewhat broader
than that of free software.

14. BSD A license used by the open source BSD OSs and by var-
ious software components developed for them. It allows
modifications to be distributed under other licenses.

15. GNU Free Doc- A license that is intended for use in documentation rather
umentation Li- than by programs.
cense (FDL)

16. Copyright A legally recognized right to create a copy of something.

17. Apache An open source license that permits redistribution under
the same or another license.

18. Bounties A crowdfunding method through which users can drive
open source creation by offering to pay for new software
or new features in existing software.

19. Copyleft A license that gives the right to people to freely distribute
copies and modified versions of a work with the agree-
ment.

20. Software A type of intellectual property that is governed by copy-
right laws and, in some countries, patent laws.



, WGU C851 Linux Foundations
Study online at https://quizlet.com/_4botc2
21. Berkeley Inter- A common Domain Name System (DNS) server for Linux.
net Name Do-
main (BIND)

22. Common Unix A printing system for Linux and other Unix-like systems.
Printing System CUPS adds several features that had been missing from
(CUPS) the earlier BSD, LPD, and LPRng printing systems.

23. Network Time A network protocol and server enabling one computer to
Protocol (NTP) set its clock based on the value maintained by another
clock.

24. Samba The standard Windows interoperability suite of programs
for Linux and Unix.

25. Source code The version of a program written by a human and typically
stored in plaintext (ASCII) file format. A compiler converts
source code to a binary form that a computer can run.

26. Preemptive mul- A task in which the kernel schedules the CPU time for
titasking programs, even if the programs didn't voluntarily give up
control.

27. Cooperative mul- A task in which the programs could voluntarily give up
titasking CPU time to other processes.

28. Shareware A software similar to commercial software in that it's copy-
righted and the author asks for payment.

29. X Window Sys- A highly configurable and free client-server system that
tem manages the graphical user interfaces (GUIs) on a par-
ticular computer and on computers within a network.

30. Dynamic Host A protocol that is controlled by the DHCP server and it
Configuration dynamically assigns the IP address to any device over a
Protocol (DHCP) network for the purpose of communication through IP.

31. Client A program that initiates data transfer requests using net-
working protocols.

Written for

Course

Document information

Uploaded on
May 2, 2025
Number of pages
17
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$13.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
NurseAdvocate chamberlain College of Nursing
Follow You need to be logged in order to follow users or courses
Sold
490
Member since
2 year
Number of followers
76
Documents
12046
Last sold
21 hours ago
NURSE ADVOCATE

I have solutions for following subjects: Nursing, Business, Accounting, statistics, chemistry, Biology and all other subjects. Nursing Being my main profession line, I have essential guides that are Almost A+ graded, I am a very friendly person: If you would not agreed with my solutions I am ready for refund

4.6

237 reviews

5
192
4
14
3
15
2
5
1
11

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions