• 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/15

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;

15 Cards in this Set

  • Front
  • Back
Partitions

divides a hard disk into sections, each of which can contain a separate file system used to store data.


4 is the max by default, but can add more by making a primary partition as an extended partition that can then contain an unlimited number of smaller partitions called logical drives.


primary partions are labled sda1, sda2 n so on

file system

specifies how data should reside on the hard disk.

master boot record
all partition information for a certain hard disk or SSD is stored in the first readable sector outside all partitions

Virtual memory /


swap space

consists of an area on the hard disk that can be used to store information that would normally reside in physical memory (RAM) if the physical memorywas being used excessively.


information is continuously swapped from physical memory to virtual memory, and vice versa.



journaling

keeps track of the information written to the hard disk.

boot loader
contains the Linux kernel and boot files.
terminal
The channel that allows a certain user to log in.
shell
a user interface which then accepts input from the user and passes this input to the kernel for processing.
GUI
graphical user interface
Commands

indicate the name of the program to execute and are case sensitive.


-Commands, options, and arguments are case sensitive; an uppercase letter (A), for instance, is treated differently than a lowercase letter (a).




-Always put a space between the command name, options, and arguments; otherwise, the shell does not understand that they areseparate, and your command might not work as expected.









command options
specific letters that start with a dash “-” and appear after the command name to alter the way the command works.
command arguments
appear after the command name, yet they do not start with a dash. They specify the specific parameters that tailor the command to your particular needs.
shell meta characters
keyboard characters that have special meaning. One of the most commonly used is the $ character, which tells the shell that the following text refers to a variable. A variable is simply apiece of information that is stored in memory. (PG 93 IN DRAW BOARD)
way to get help in linux

Simply type the man command followed by a command name, and extensive information about that Linux command is displayed page-by-page on the terminal screen.



shutting down linux

shutdown (–H +4) halts system for 4 min


shutdown (−r +4) reboots sys in 4min


halt or shutdown −H now = haults ur sys now


reboot or shutdown −r now = reboots ur sys now


shutdown -c = cancel schedual shutdown


power off = halts + power down now