User:Suraj Pandey/Lesson Plan 7

From ICTED-WIKI
Jump to navigation Jump to search
Course: Complete Linux Training                                                                                                                                           Topic: System Access and File System                                                                                                                                 Sub-topic: Navigating File System                                                                                                       Time: 15 Minutes                                                                                                                                                                     Date: 2023-12-15

Specific Objectives[edit | edit source]

At the End of this Topic Student will able to;

  • Describe the file Structure of Linux file system

Teaching Aids[edit | edit source]

  • Whiteboard
  • Marker
  • laptop
  • Projector

Recap of Previous Class[edit | edit source]

  • Ask Student about file system of Linux.

Content[edit | edit source]

When navigating an unix file system, there are few important commands.

  • cd
  • pwd
  • ls

-- 'cd' Stands for change directory. Primary commands to move around the file system.

-- 'pwd' Stands for print current working directory. It tells you where you current located at.

-- 'ls' Stands for listing or list. It list all the files, folders/directories within an current working directory.

Activity[edit | edit source][edit | edit source]

  • Ask Students About file System in Linux.
  • Navigate through the Linux File System.
  1. cd (back to /root directory)
  2. ls -l (list the files and directories of the directory)
  3. pwd (print the Working directory)
  4. cd .. (one directory back
  5. cd .. ..(two directory back)

Assessment[edit | edit source][edit | edit source]

Do Research About File System of Linux.