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

From ICTED-WIKI
Jump to navigation Jump to search
No edit summary
No edit summary
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 ==
== Specific Objectives ==

Revision as of 00:39, 21 January 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.