Skip to content

📂 Basic File System Manager in RAM with basic Linux functions

Notifications You must be signed in to change notification settings

LeoVen/Directory-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Directory-Manager @ EEP

Basic File System Manager in RAM with basic Linux functions

Currently only directories

Functions

  • help
  • exit
  • clear
  • ls
  • ls -l
  • mkdir dir_name
  • rmdir dir_name
  • rm dir_name
  • pwd
  • cd ..
  • cd dir_name

TODO

  • Adapt Final project to compile with C on linux

How to compile

Simply go inside build and use make. The binary executable should be at bin/dirmanager.

Known issues

  • Currently none

About

📂 Basic File System Manager in RAM with basic Linux functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published