说明:This document is a collection of Unix/Linux/BSD commands and tasks which are useful for IT work
or for advanced users. This is a practical guide with concise explanations, however the reader is
supposed to know what s/he is doing.
常用linux工具箱。 <moreorless> 上传 | 大小:379kb
说明:Linux内核学习阅读论文。
Inter-process communication (ipc) has to be fast and effective, otherwise programmers will not use remote procedure calls (RPC) , multithreading and multitasking adequately. Thus ipc performance is vital for modern operating systems <shenren250> 上传 | 大小:1mb
说明:一:解压cramfs源码包.rar得到一个cramfs_1.1.tar.gz压缩包
二:解压源码包 tar -xvf cramfs_1.1.tar.gz
三:进入cramfs-1.1目录 cd cramfs-1.1
四:执行 make
五:编译完成会生成cramfsck与mkcramfs两个工具,mkcramfs工具是用来创建cramfs文件系统,而cramfsck工具则用来对cramfs文件系统的释放和检查。 <qq_15762939> 上传 | 大小:24kb