readme

来自「Non-Networked File System在几个非网络的(或慢网络的)U」· 代码 · 共 65 行

TXT
65
字号
------------------------------NNFS Non Networked File System------------------------------The documentation is in "doc/nnfs.html"------------------COMPILING------------------To compile nnfs2	cd src	./configure	make clean	make	cp nnfs2 /usr/local/binIf you want to compile rootnnfs2 (UID/GID mirroring)	cd src	./configure	make clean	make rootnnfs	cp rootnnfs2 /usr/local/bin------------------TESTING------------------Not useful for Linux/x86 because it was tested for years.For other system I will be happy to have feedback.To test nnfs2 as a normal user.	cd tst	testsIf you know the root password, you can run some more test.I think it is not a good idea for you to use these tests.	tests root------------------  TODO------------------It works perfectly for me and I am tired of this program.I think I will no more work on NNFS,so if somebody else want to take the flame.QUESTIONS:	- The GTK "Question" page : a notebook and sort functions	  in place of the 2 columns?	- Add a filter for file to historize?	- Add a filter for file to read?	- Add option TMP_FILE=file name?

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?