Entrance Announcement
MICTE 2080
2080 Magh 07
User:Suraj Pandey/Lesson Plan 7: Difference between revisions
Jump to navigation
Jump to search
Suraj Pandey (talk | contribs) No edit summary |
Suraj Pandey (talk | contribs) No edit summary |
||
Line 31: | Line 31: | ||
== Activity[edit | edit source] == | == Activity[edit | edit source] == | ||
* Ask Students About file System | * Ask Students About file System in Linux. | ||
* Navigate through the Linux File System. | * Navigate through the Linux File System. | ||
# cd (back to /root directory) | |||
# ls -l (list the files and directories of the directory) | |||
# pwd (print the Working directory) | |||
# cd .. (one directory back | |||
# cd .. ..(two directory back) | |||
== Assessment[edit | edit source] == | |||
Do Research About File System of Linux. |
Revision as of 00:32, 21 January 2024
Course: Complete Linux Training Topic: System Access and File System Sub-topic: Navigating File System Time: 15 Minutes Date: 2023-12-13
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
When navigating an unix file system, there are few important commands.
- cd
- pwd
- ls
-- 'cd' Stands for change directory. Primary commands to move around the file system.
-- 'pwd' Stands for print current working directory. It tells you where you current located at.
-- 'ls' Stands for listing or list. It list all the files, folders/directories within an current working directory.
Activity[edit | edit source]
- Ask Students About file System in Linux.
- Navigate through the Linux File System.
- cd (back to /root directory)
- ls -l (list the files and directories of the directory)
- pwd (print the Working directory)
- cd .. (one directory back
- cd .. ..(two directory back)
Assessment[edit | edit source]
Do Research About File System of Linux.