• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/25

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

25 Cards in this Set

  • Front
  • Back
/mnt
The folder that is used for mouse points like removeable media like floppies or CD-ROMs
bash
The default program that provides users with the ability to run programs, manipulate files, and so on
Boot Partition
The partition that holds critical boot files. By creating a partition just for these files allows circumventing limitations of older BIOS and Boot loaders on hard disks over 8GB
cat
A tool for combining files or sending a file to a standard output... usually the screen
chmod
The command that changes the permissions on a file or folder
Ext3 file system
A variant of the Second Extended File System (ext2 or ext2fs) that adds a journal to reduce startup times after a power failure or crash
GNOME
A graphical user interface and set of computer desktop applications for users of the Linux computer operating system. It's intended to make Linux operating syystem easy to use for non-programmers and generally corresponds to the Windows desktop interface and its most common set of applications
GRUB
A popular boot loader Linux. Can boota Linux Kernel or redirect the boot process to another boot loader in a non-Linux partition, thus booting other OS's. Similar to the competing Linux Loader(LILO)
HOSTNAME
A Computer's human-readable name, such as persephone.example.com
Kernel
The core program of any OS. The kernel provides interfaces between software and the hardware and controls the operation of all other programs. Technically, the Linux kernel is the only component that is Linux; everything else, such as shells, X, and libraries is available on other Unix-like systems
LILO
A popular Linux boot loader. Can boot a Linux kernel or redirect the boot process to another boot loader in a non-Linux partition, thus booting other OS's. Similar to the competeing Grand Unified Boot Loader.
Is
The command line interface utility to display the files in a given directory
MBR
The first sector of a hard disk. The MBR contains code that the BIOS runs during the boot process, as well as the primary partition table
more
Utility display a file's content screen-by-screen. The ENTER key moves down a single line of text and the SPACE bar moves forward one entire screen
pwd
A useful utility for determining what directory you're currently working in
root
The "administrator" account on a Linux system. Also called the superuser
Root Partition
The partition associated with the root file system
RPM
A package file format and associated utilities designed by Red Hat but now used on many other distributions as well. It features excellent dependancy tracking and easy installation and removal procedures
SMTP
The most common push mail protocol on the internet. It is implemented in Linux by servers such as sendmail, Postfix, Exim, and qmail
Swap Partition
A disk partition configured to be used as an extension to a computer's RAM. This enables a system to run more programs or to process larger data sets than would otherwise be possible
Telnet
A protocol used for performing remote text based log-ins to a computer. It is a poor choice for connections over the internet because it passes all data, including passwords, in an unencrypted form, which is a security risk
Text editors
A program for editing text files on a computer
vi
A standard text editor incl;uded with Linix and Unix
Wild card
A symbol or set of symbols that can stand in for other characters
X Window
The GUI interface available in Linux