User:Suraj Pandey/Lesson Plan 7: Difference between revisions

From ICTED-WIKI
Jump to navigation Jump to search
No edit summary
No edit summary
Line 31: Line 31:
== Activity[edit | edit source] ==
== Activity[edit | edit source] ==


* Ask Students About file System Structure in Linux.
* Ask Students About file System in Linux.
* Navigate through the Linux File System.
* Navigate through the Linux File System.
# cd (back to /root directory)
# ls -l (list the files and directories of the directory)
# pwd (print the Working directory)
# cd .. (one directory back
# cd .. ..(two directory back)
== Assessment[edit | edit source] ==
Do Research About  File System of Linux.

Revision as of 00:32, 21 January 2024

Course: Complete Linux Training                                                                                                                                           Topic: System Access and File System                                                                                                                                 Sub-topic: Navigating File System                                                                                                       Time: 15 Minutes                                                                                                                                                                     Date: 2023-12-13

Specific Objectives

At the End of this Topic Student will able to;

  • Describe the file Structure of Linux file system

Teaching Aids

  • Whiteboard
  • Marker
  • laptop
  • Projector

Recap of Previous Class

  • Ask Student about file system of Linux.

Content

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]

  • 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]

Do Research About File System of Linux.