Entrance Announcement
MICTE 2080
2080 Magh 07
User:Suraj Pandey/Lesson Plan 6
Jump to navigation
Jump to search
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
- /home :-- Directory for Regular users.
- /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)
- /mnt :-- To mount external file System. (eg. NFS)
- /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.