Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.27 KB

File metadata and controls

12 lines (10 loc) · 1.27 KB

File System

Objectives : -

  • Linux file-system Hirarchy
  • Managing files using command line tools
  • Making links between files (hard and soft links)
Index Topic Covered
1
  • File-system Hirarchy
  • Types of file in linux
  • file system nevigation commands
  • / is the topmost directory
  • root directory with its sub directories
2
  • Command line file managment
  • file management commands
  • Creating Directories
  • Copying and moving files
3
  • Creation of link files
  • Types of link files --> 1. Hard link 2. Soft link
  • Conclusion about hard link file
  • conclusion about soft link file
  • Limitations of Hard links