易截截图软件、单文件、免安装、纯绿色、仅160KB

linux根文件系统与initrd

 1 根文件系统
简单来说,(根文件系统)就是系统第一个mount的文件系统
Filesystem Handling
Like every   traditional   Unix   system,   Linux   makes   use   of   a   system 's  root   filesystem :  it   is   the   filesystem   that   is   directly   mounted   by   the   kernel   during   the   booting   phase   and   that   holds   the   system   initialization   scripts   and   the   most   essential   system   program.
Other   filesystems   can   be   mounted either   by   the   initialization   scripts   or   directly   by   the   users on   directories   of   already   mounted   filesystems.   Being   a  tree   of   directories   every   filesystem   has   its   own   root  directory.   The   directory   on   which   a   filesystem   is   mounted   is   called  the   mount   point.   A   mounted   filesystem   is   a   child   of   the   mounted  filesystem   to   which   the   mount   point   directory   belongs.   For   instance,  the   /proc   virtual   f


相关文档:

实战Linux Bluetooth编程(六) L2CAP编程实例

例一:发送Signaling Packet:
Signaling Command是2个Bluetooth实体之间的L2CAP层命令传输。所以得Signaling Command使用CID 0x0001.
多个Command可以在一个C-frame(control frame)中发送。
 如果要直接发送Signaling Command.需要建立SOCK_RAW类型的L2CAP连接Socket。这样才有机会自己填充Command Code,Identi ......

Linux jffs2 使用总结

1.在Linux启动脚本中制作jffs2
2.在Linux终端下制作jffs2
3.备注
1.在Linux启动脚本中制作jffs2
 具体操作步骤:
 sysinit中:
 
echo “Make jffs2 filesystem:”
erase /dev/mtd5
cd /tmp
echo “test” > test.txt
mkfs.jffs2 –d /tmp > /dev/mtdblock5
&nbs ......

在linux下安装配置eclipse(redhat 9.0)

 
1. 下载文件
JDK    jdk-1_5_0-linux-i586-rpm.bin  (http://java.sun.com)
eclipse    eclipse-SDK-3.2-linux-gtk.tar.gz  (http://www.eclipse.org)
CDT    org.eclipse.cdt-3.1.2-linux.x86.tar.gz   (http://www.ecl ......

Linux下Tomcat的安装

 1.下载Tomcat
在下面的地址下载Tomcat的二进制版
    http://mirrors.ccs.neu.edu/Apache/dist/jakarta/tomcat-4/binaries/
即下载文件
    tomcat-4.1.18.tar.gz
2. 安装
首先解压缩
    gunzip tomcat-4.1.18.tar.gz
    tar -zxvf to ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号