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

From ICTED-WIKI
Jump to navigation Jump to search
Created page with " '''Course''': Complete Linux Training '''Topic''': System Access and File System '''Sub'''-'''topic''': File Structure and Its Description..."
 
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
  '''Course''': Complete Linux Training                                                                                                                                          '''Topic''': System Access and File System                                                                                                                                '''Sub'''-'''topic''': File Structure and Its Description                                                                                                      '''Time''': 15 Minutes                                                                                                                                                                    '''Date''': 2023-12-13
  '''Course''': Complete Linux Training                                                                                                                                          '''Topic''': System Access and File System                                                                                                                                '''Sub'''-'''topic''': File Structure and Its Description                                                                                                      '''Time''': 15 Minutes                                                                                                                                                                    '''Date''': 2023-12-14


== Specific Objectives[edit | edit source][edit | edit source][edit | edit source] ==
== Specific Objectives ==
At the End of this Topic Student will able to;
At the End of this Topic Student will able to;


* Describe the file Structure of Linux file system
* Describe the file Structure of Linux file system


== Teaching Aids[edit | edit source][edit | edit source][edit | edit source][edit | edit source] ==
== Teaching Aids ==


* Whiteboard
* Whiteboard
Line 13: Line 13:
* Projector
* Projector


== Recap of Previous Class[edit | edit source][edit | edit source][edit | edit source] ==
== Recap of Previous Class ==


* Ask Student about file system of Linux.
* Ask Student about file system of Linux.


== Content[edit | edit source][edit | edit source][edit | edit source] ==
== Content ==


* There filesystem structure of Linux are as follows
* There filesystem structure of Linux are as follows
Line 23: Line 23:
# '''/home''' :-- Directory for Regular users.
# '''/home''' :-- Directory for Regular users.
# '''/var''' :-- System Logs. When OS gives some output that goes and stored at /var.
# '''/var''' :-- System Logs. When OS gives some output that goes and stored at /var.
# '''/run''' :-- To stored temporary runtime files like PID files. System demons that start very early(.Systemd and Udev)
# '''/run''' :-- To stored temporary runtime files like PID files. System demons that start very early(.Systemd and udev)
# '''/mnt''' :-- To mount external file System. (eg. NFS)
# '''/mnt''' :-- To mount external file System. (eg. NFS)
# '''/media''' :-- for Cdrom mounts.
# '''/media''' :-- for Cdrom mounts.


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


* Ask Students About file System Structure in Linux.
* Ask Students About file System Structure in Linux.
* Navigate through the File Structure in Linux System.
* Navigate through the File Structure in Linux System.[https://www.canva.com/design/DAF6fIkX6VE/FKW7bJq1rdZzH-yziejiUQ/edit?ui=eyJHIjp7fX0]


== Assessment[edit | edit source][edit | edit source][edit | edit source] ==
== Assessment ==
Do Research About different Types of file system Structure of Linux.
Do Research About different Types of file system Structure of Linux.
[[Category: Lesson Plan]]
__notoc__
[[Category: BICTE]]

Latest revision as of 04:34, 12 March 2024

Course: Complete Linux Training                                                                                                                                           Topic: System Access and File System                                                                                                                                 Sub-topic: File Structure and Its Description                                                                                                       Time: 15 Minutes                                                                                                                                                                     Date: 2023-12-14

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

  • There filesystem structure of Linux are as follows
  1. /home :-- Directory for Regular users.
  2. /var :-- System Logs. When OS gives some output that goes and stored at /var.
  3. /run :-- To stored temporary runtime files like PID files. System demons that start very early(.Systemd and udev)
  4. /mnt :-- To mount external file System. (eg. NFS)
  5. /media :-- for Cdrom mounts.

Activity

  • Ask Students About file System Structure in Linux.
  • Navigate through the File Structure in Linux System.[1]

Assessment

Do Research About different Types of file system Structure of Linux.