Skip to content

leo4048111/Unix-Filesystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNIX-FileSystem

Author: Tongji University CS 2050250 A cpp implementation of the basic principles of UNIX V6 filesystem.

Download this project

git clone --recurse-submodules https://github.com/leo4048111/Unix-Filesystem

Supported commmands

  • mount

  • unmount

  • format

  • ls

  • cd <dir>

  • touch <filename>

  • echo <string> [>] [filename]

  • mkdir <dirname>

  • cat <filename>

  • rm <filename>

  • rmdir <dir>

  • cp <externalFilePath> <internalFilename>

  • truncate -s <filename> <size>

  • tail -c <offset> <size> <filename> > <outfilename>

About

A cpp implementation of the basic principles of UNIX V6 filesystem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published