Linux Foundations
Linux Foundations in an introductory class for the Linux operating system. The
class covers command usage and basic file system maintenance.
This course is a 4 day class.
Linux Foundations Course Outline
-
Introduction to Linux
- History of Unix and Linux
- Linux distributions
- Logging in
- Basic commands
- Getting help
- The root user
-
Files and Directories
- File system basics
- Navigation
- Creating directories and files
- Viewing files
- Finding files
-
The Bash Shell
- Command line basics
- Redirection
- Wildcards
- Variables
- Quoting
- New shells
- Changing shells
- Running executables
- Bash shortcuts
- Command history
- Configuration
-
File Permissions
- Owners and groups
- File permissions
- umask
- Private group scheme
- Advanced file permissions
-
Text Processing
- grep
- Regular expressions
- Text processing commands
- sed and awk
-
File Management Utilities
- Disk usage
- Compression
- Archiving
-
The vi Editor
- History
- Modes
- Movement commands
- Insertion commands
- Editing commands
- Search and replace
- Options and configuration
-
Processes and Jobs
- Processes
- init
- Process utilities
- Screen
-
Package Management
-
SSH
- Secure shell
- Configuration
- File transfers
- Key management
-
Mounting Filesystems
- Commands
-
- NFS
- Samba
- autofs
-
Introduction to Shell Scripting
- Basic shell script
- Variables
- test command
- Looping structures
|