Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/puneetsl/pslfs
- Owner: puneetsl
- Created: 2014-11-09T19:48:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-09T19:52:47.000Z (about 10 years ago)
- Last Synced: 2023-08-14T21:50:02.578Z (over 1 year ago)
- Language: C
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.