Skip to content

Using linked structures and memory management, I developed a naïve UNIX filesystem (composed of files and directories). I created a data structure to store the components of the filesystem. In addition, the program was responsible for many common UNIX commands and operations such as making directories and files, navigating through the filesystem…

alexanderbez/UNIX-Filesystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNIX-Filesystem

Using linked structures and memory management, I developed a naïve UNIX filesystem (composed of files and directories). I created a data structure to store the components of the filesystem. In addition, the program was responsible for many common UNIX commands and operations such as making directories and files, navigating through the filesystem, and deleting directories and files. All memory was dynamically created and deleted to prevent memory leaks.

About

Using linked structures and memory management, I developed a naïve UNIX filesystem (composed of files and directories). I created a data structure to store the components of the filesystem. In addition, the program was responsible for many common UNIX commands and operations such as making directories and files, navigating through the filesystem…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published