/Toy_filesystem

a filesystem homework in OS class 2023

Primary LanguageC

README

FUSE

ChatBot 使用指南

  • 在挂载目录下mkdir bot1&& mkdir bot2
  • 执行echo "hello" > /tmp/dir/bot1/bot2
    • 在目录/tmp/dir/bot1 中有文件bot2 , >>cat bot2 >>hello
    • 在目录/tmp/dir/bot2 中有文件bot1 , >>cat bot1 >>hello

Bonus实现 文件权限检查;支持chmod修改文件权限

TASK5

fcntl

TASK6

ioctl