Entrance Announcement
MICTE 2080
2080 Magh 07
User:Suraj Pandey/Lesson Plan 8
Jump to navigation
Jump to search
Course: Complete Linux Training Topic: System Access and File System Sub-topic: Linux Files or Directories Properties Time: 15 Minutes Date: 2023-12-16
Specific Objectives
At the End of this Topic Student will able to;
- Describe the file and directory properties.
Teaching Aids
- Whiteboard
- Marker
- laptop
- Projector
Recap of Previous Class
- Ask Student about file or directories properties of Linux.
Content
Each file or directory in Linux has detail information or properties.
Type | #of links | owner | groups | size | month | Day | time | Name |
---|---|---|---|---|---|---|---|---|
drwxr-xr-x | 21 | root | root | 4096 | feb | 27 | 13:33 | var |
lrwxrwxrwx | 1 | root | root | 7 | feb | 20 | 14:44 | bin |
-rw-r-r-- | 1 | root | root | 0 | mar | 7 | 01:12 | testfile.txt |
-- When the file starts with d then it says that it is a directory.
-- When the file type starts with l then it means link.
-- When there is (-) sign it means it is nothing then it is regular text file.
Activity
- Ask Students About file System Structure in Linux.
- Navigate through the Files or Directory Properties.
Assessment
Navigate about files or directories properties.