User:Suraj Pandey/Lesson Plan 8

From ICTED-WIKI
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[edit | edit source]

At the End of this Topic Student will able to;

  • Describe the file and directory properties.

Teaching Aids[edit | edit source]

  • Whiteboard
  • Marker
  • laptop
  • Projector

Recap of Previous Class[edit | edit source]

  • Ask Student about file or directories properties of Linux.

Content[edit | edit source]

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[edit | edit source]

  • Ask Students About file System Structure in Linux.
  • Navigate through the Files or Directory Properties in Linux machine.

Assessment[edit | edit source]

Navigate about files or directories properties.