1,760
edits
Changes
→OPS455
=== OPS455 ===
Open System Information and Communication Technology
====Topic Outline====
* '''Linux Overview''' - 5%
** History
** The Shell
** The Kernel
** The GUI
** GNU/Linux and the Free Software Foundation
* '''CLI Basics''' - 5%
** Utilities - ls, cat, rm, more, echo, date, etc.
** Files - cp, mv, head, tail, uniq, diff, file, etc.
* '''Getting Help''' - 5%
** Linux manual pages
* '''Unix Filters''' - 15%
** grep
** sed
** awk
** sort
* '''The File System''' - 10%
** File Types
** Pathnames
** Access Permissions
** Links
* '''The Shell''' - 10%
** CLI Syntax
** File I/O
** File Redirection
** Pipes
* '''Shell Expansions''' - 10%
** File names
** Variables
** Special Characters
* '''The Bourne Again Shell''' - 15%
** Startup Files
** Job/Process Control
** Parameters & Variables
** Quoting
** History
** Aliases
** Functions
* '''Programming BASH''' - 20%
** Control Structures
** Variables
** Arrays
** Builtin Commands
** Expressions - arithmetic, logical, regular
** Recursive functions
* '''Scripting Tools''' - 5%
** Version Control
** Archiving
** Logging
=== OPS555 ===