Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 407 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 407 Bytes
  • Designed Linux terminal based file explorer which operates on two mode: View mode and Command mode.
  • View mode supports viewing and traversing directories and opening files. Command mode supports various operations like create, delete, copy, move files and directories
  • Worked with system calls and data structures to handle files and its information, and also supports run time modifications of files.