当前位置: 技术问答>linux和unix
国外大学的作业,求教。
来源: 互联网 发布时间:2015-05-10
本文导语: 建一个虚拟文件系统 (C/C++): 1. Display a directory listing 2. Display the file size 3. Rename “File 1” to “My File” 4. Remove a file 5. Display the contents of each of the files 请问那位前辈做过类似的程续,...
建一个虚拟文件系统 (C/C++):
1. Display a directory listing
2. Display the file size
3. Rename “File 1” to “My File”
4. Remove a file
5. Display the contents of each of the files
请问那位前辈做过类似的程续,烦劳给些提示 (sample codes) 谢谢!
1. Display a directory listing
2. Display the file size
3. Rename “File 1” to “My File”
4. Remove a file
5. Display the contents of each of the files
请问那位前辈做过类似的程续,烦劳给些提示 (sample codes) 谢谢!
|
我有一个建议,写一个B-树形文件系统吧。用于文件的管理,当然还可以有很多的方法之类的。open,write.....这些就老兄你的想象与智慧了。
|
给你一点提示吧。有一个文件结构体的,你要的信息基本上在这里。
struct stat{
mode_t st_mode;
ino_t st_ino;
..............
}
具体的请参照
struct stat{
mode_t st_mode;
ino_t st_ino;
..............
}
具体的请参照
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
站内导航:
特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!