搜索资源列表
UNIX文件模拟系统
- 该模拟的UNIX文件系统应该有以下功能: 多级目录的结构,第一目录为用户名,其余的为它的子目录; 多用户的功能,有8个用户使用同一块数据区; 具有用户登录和注册的功能,如果用户没有用户名和密码就应该注册,如果有了用户名和密码就应该登陆; -simulation of the UNIX file system should have the following features : multi-level directory structure, the first direct
OSMU
- 设计并实现一个多用户多级目录结构的文件系统,开发平台是Linux-Designed and implemented a multi-user multi-level directory structure of the file system, development platform is Linux
linuxfilesystem
- 模拟实现UNIX的文件系统,多用户、多级目录结构文件系统的设计与实现模拟实现UNIX的文件系统-Simulation of the realization of UNIX file system, multi-user, multi-level directory structure File System Design and Implementation of simulation to achieve UNIX file system
DanYongHu
- 实现单用户多级文件系统设计,显示目录内容命令,显示当前目录下的文件和子目录。 -Single-user and multi-level file system design, show directory contents command, displays the current directory files and subdirectories.
code
- 1. 对操作系统的文件系统有更加深刻的了解 2. 了解文件和目录的概念和组织结构,了解位图法管理磁盘空闲块 3. 学习和掌握长文件名的实现方式 4. 学习和掌握如何利用多级索引实现大文件存储 5. NachOS的进一步学习和使用-Nachos implement.