Browse Courses

Module 2

In this module, Linux command line basics, including file system navigation, file manipulation, and basic shell commands are covered. It provides a foundation for working with Linux systems, focusing on essential commands for managing files and directories, navigating the file system, and understanding basic shell operations.

In this section

  • Common Shell Commands
    A comprehensive guide to common Linux shell commands, covering navigation file management, information retrieval, networking operations, and system monitoring through the Bash shell.
  • Informational Commands
    This document provides an overview of informational commands in Linux including how to use commands like whoami, id, uname, df, ps, top, echo, date and man to retrieve system and user information.
  • Navigation Commands
    A comprehensive guide to Linux file and directory navigation commands including ls, cd, pwd, and find, with examples of their usage for efficient filesystem exploration.
  • File Directory Management Command
    Essential Linux file and directory management commands including mkdir, touch cp, mv, rm, and chmod, with practical examples for creating, copying, moving and setting permissions.
  • Viewing File Contents
    A comprehensive guide to Linux commands for viewing file contents, including cat, more, head, tail, and wc, with examples of how to display full files page through content, and count words and lines.
  • Text Files Commands
    Essential Linux commands for text file manipulation including sort, uniq grep cut, and paste, with practical examples for sorting data, filtering content pattern matching, and combining files.
  • Networking Commands
    Essential Linux networking commands including hostname, ip, ping, curl, and wget for examining network configuration, testing connectivity, and retrieving data from URLs.
  • Archiving and Compression
    Learn about file archiving and compression in Linux, including the tar and zip commands to archive, compress, extract, and manage files efficiently to save storage space and speed up file transfers.