UNIX Overview
  • Insight into need for UNIX skill
  • LINUX Bash Shell overview
  • Enable LINUX Bash Shell on Windows
UNIX Basic Commands
  • Check bash is enabled
  • Check Ubuntu release version
  • Working with Super user - sudo
Exploring File System
  • Home directory
  • Switching between 2 directories
  • Creating directory & listing directories
  • 'Manual' for commands
  • Listing files - attributes explained
  • Navigating between directories
  • Listing files from different directory (without switching)
File Creation
  • nano utility & cat command
  • vi editor
Working with Files
  • Copying files to another directory
  • Moving files to another directory
  • Removing files and directories
  • Viewing file - less command
Searching for Content within a File
  • Search within a file using 'less' command
  • grep command - searching for content within a file
  • Root directory and UNIX file system
  • 'grep' from anywhere
  • grep using pipe (|) character
Searching for Files
  • 'find' command - find for a file in all directories
  • 'find' in current directory
Permissions
  • 'chmod' command
  • Changing file permissions
  • Executing shell script
Bonus
  • Learning Resources & Discounts