Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/puneetsl/pslfs

Virtual File system, based on the K-Ary Data Structure with a Command Line Interface (C)
https://github.com/puneetsl/pslfs

Last synced: about 2 months ago
JSON representation

Virtual File system, based on the K-Ary Data Structure with a Command Line Interface (C)

Awesome Lists containing this project

README

        

PSLFS
=====

Compile it using

DevCPP


Steps to follow to run it

1. Open base.exe, enter username and password to register a new user for filesystem.

2. Open fbase.exe, enter username and password to enter into command line interface.

3. use

ls to list directory

md to create directory

mf to create file

del to delete file/folder

quit to quit

Some other commands you can see in source code.