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

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;

59 Cards in this Set

  • Front
  • Back

1) :

Expands listed arguments and redirects as specified

.

Reads and executes commands from a designated file in the current shell.

Alias

Defines an alias for the specified

Bg

Resumes a job in background mode

Bind

Binds a keyboard sequence to a read line function or marco

readonly

Reads one line of data from STDIN, and assigns it to a variable that can't be changed.

return

Forces a function to exit with a value that can be retrieved by the calling script.

Set

sets and displays environment variable values and shell arributes

Shift

Rotates positional parameters down one position

Source

Reads and executes commands from a designated file in the current shell.

Suspend

Suspends the execution of the shell until a SIGCONT signal is received.

Test

Returns an exit status of o or t based on the specified condition.

times

Displays the accumulated user and system shell times.

trap

Executes the specified command if the specified system signal is received.

type

Displays how the specified word would be interpreted if used as a command.

typeset

Declares a variable or variable type.

ulimit

Sets a limit on the specified resource for system user.

umask

Sets default permissions for newly created files and directories

unalias

Removes the specified alias

unset

Removes the specified environment variable or shell attribute.

wait

Waits for the specified process to complete and return the exit status

Looking at common bash commands

In

break

Exits from a for, while, select,or until loop

builtin

Executes the specified shell built in command.

caller

Returns the context of any active subroutine call

cd

Changes the current directory to the specified directory

Command

Description

Filesystem Management

Unlike some other operating system the Linux kernel can support different types of filesystems to read and write data to and from hard drives.

Ext

Linux extended filesystem - the original Linux filesystem.

Ext2

Second extended filesystem, provided advanced featuoverextended. ext.

Ext3

Third extended filesystem, support Journaling

Ext4

Fourth extended filesystem supports advanced Journaling.

bpfs

OS/2 hiigh performance filesystem

jfs

IBM'S Journaling filesystem

iso966o

ISO 9660 filesystem ( CD - ROMs)

minix

MINIX filesystem

misdos

Microsoft FAT16

ncp

Netware filesystem

nfs

Network File system

ntfs

Support for Microsoft NT filesystem

proc

Access to system information

ReiserFS

Advanced Linux filesystem for better performance and disk recovery.

Smb

Samba SMB filesystem for network access.

sysv

Older Unix filesystem

ufs

BSD filesystem

umsdos

Unix - like filesystem that resides on top of misdos

vfat

Window 95 filesystem ( FAT32 )

XFS

High performance 64 - 64 bit Journaling filesystem

(VFS) Virual File System

This provides a standard interface for the kernel to communicate with any type of filesystem.


VFS caches information in memory as each filesystem is mounted and used.

The GNU Utilities

Besides having a kernel to control hardware devices, a computer operating system needs utilities to perform Standard functions, such as controlling files and programs.

(OSS) open source software

The utilities were developed under a software philosophy called open source software.

The Shell

The GNU/Linux shell is a special interactive utility. It provides a way for users to start programs, manage files on the filesystem, and manage processes running on the Linux system.



Shell description

ash

A simple, lightweight shell that runs in low memory environments but has full compatibility with the bash shell.

korn

A programming shell compatible with the Bourne shell but supporting advanced programming features like associative arrays and floating point arithmetic.

tcsh

A shell that incorporates elements from the C programming language into shell script.

zsh

An advanced shell that incorporates features from bash, tcsh,and korn, providing advanced programming features, shared history files, and themed prompts.

The X window System

Two basic elements control your video environment: the video card in your PC and your monitor. To display fancy graphics on your computer, the Linux software needs to know how to talk to both of them. The x window software is the core element in the core element in presenting graphics.

KDE

The K Desktop Environment (KDE) was first released in 1996 as an open source project to produce a graphical desktop similar to the Microsoft windows environment. The KDE desktop incorporate all the features you are probably familiar with if you are a windows user.

Device Files

There are three classification of device file


Character, Block, Network