CompTIA Linux+ Certification XK0-006 Flashcards - Section 1 & 2: Introduction & Basic Linux Tasks

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/39

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:30 PM on 8/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

40 Terms

1
New cards

What is Linux?

An open-source operating system originally inspired by Unix.

2
New cards

What is UNIX?

A proprietary OS developed in the late 1960s.

3
New cards

What is open-source software?

Software whose source code can be freely used, modified, and distributed.

4
New cards

What is the Command Line Interface (CLI)?

A text-based terminal where administrative tasks are done; flexible, efficient, and scriptable.

5
New cards

What is the Graphical User Interface (GUI)?

A point-and-click interface that makes Linux more accessible.

6
New cards

What is the Linux boot process?

The sequence of steps a system follows to start up.

7
New cards

What is PXE?

Preboot Execution Environment: allows booting over a network.

8
New cards

What is the function of the bootloader?

Loads the OS and prepares the system; example: GRUB2.

9
New cards

What is initrd.img?

Initial RAM disk used to load drivers and tools before the real root filesystem.

10
New cards

What is the Linux kernel?

Core of the OS that manages system resources and completes booting.

11
New cards

What does the root directory '/' contain?

Top-level directory containing /boot, /bin, /sbin, /lib, /dev, /proc, /etc.

12
New cards

What is stored in /boot?

Bootloader files like initrd.img, vmlinuz, grub.cfg.

13
New cards

What is stored in /bin?

Essential user binaries like ls, cp, mv.

14
New cards

What is stored in /sbin?

System binaries for administrative use like reboot, iptables.

15
New cards

What is stored in /lib?

Shared libraries for binaries in /bin and /sbin.

16
New cards

What is /dev?

Device files representing hardware.

17
New cards

What is /proc?

Virtual filesystem providing real-time system information.

18
New cards

What is /etc?

Configuration files like passwd, fstab, sshd_config.

19
New cards

What is stored in /home?

User data and personal files.

20
New cards

What is stored in /usr?

Application files, libraries, documentation.

21
New cards

What is /var?

Variable data like logs, mail, and web data.

22
New cards

What is /tmp?

Temporary files deleted on reboot.

23
New cards

What is x86 architecture?

32-bit design, limited to 4 GB RAM.

24
New cards

What is x86_64 (AMD64)?

64-bit extension of x86, supports more RAM.

25
New cards

What is AArch64 (ARM64)?

64-bit ARM architecture for power-efficient devices.

26
New cards

What is RISC-V?

Open-source CPU design for customizable processors.

27
New cards

What is a Linux distribution?

An OS built on the Linux kernel with packages and tools.

28
New cards

What is a package management system?

Automates installing, updating, and removing software.

29
New cards

What is an RPM-based distribution?

Uses .rpm files and tools like dnf and zypper.

30
New cards

What is a dpkg-based distribution?

Uses .deb files and tools like apt and dpkg.

31
New cards

What is Ubuntu known for?

Ease of use, hardware compatibility, and frequent updates.

32
New cards

What is Kali Linux used for?

Penetration testing and cybersecurity.

33
New cards

What is the X Server?

Implements the X11 display protocol for GUI.

34
New cards

What is Wayland?

Modern display server with better performance and security.

35
New cards

What are window managers?

Control how windows appear and behave.

36
New cards

What are display managers?

Provide login interfaces and manage sessions.

37
New cards

What is free software?

Gives users freedom to use, modify, and distribute.

38
New cards

What is proprietary software?

Restricts modification and source code access.

39
New cards

What is copyleft software?

Requires derivatives to remain free and open-source.

40
New cards

What is the GNU-GPL?

A copyleft license ensuring software freedom.