发布时间:2013-06-23 21:49:08
proc文件系统和sysfs文件系统类似,是虚拟文件系统,存在于内存中,用于内核和用户程序交互等,查看内核信息。 基于/proc文件系统如上所述的特殊性,其内的文件也常被称作虚拟文件,并具有一些独特的特点.........【阅读全文】
发布时间:2013-05-11 19:01:42
给linux虚拟机安装vmtools 在windows中安装了workstation之后,在你的安装目录下就有linux.iso,windows.iso等文件。 首先是把虚.........【阅读全文】
发布时间:2013-04-29 16:57:07
/** sol04.20.c ** ------------------------------------------------------------sol04.20.c is aversion of ls -l that prints the inode number in thestyle of ls -li. ** ------------------------------------------------------------ ** ** * ls2.c with the -i option included * *purpose list .........【阅读全文】
发布时间:2013-04-28 18:52:21
/** mv1.c ** ------------------------------------------------------------This version of mv accepts a directory name as the second argument. In that case the source item ismoved into that directory. sol04.16.c. ** ------------------------------------------------------------ ** * A ve.........【阅读全文】
发布时间:2013-04-28 18:13:23
/** mkdir1.c ** ------------------------------------------------------------A version of mkdir that supports the -p option is:sol04.15.c.This program allows multiple names on the command line. ** ------------------------------------------------------------ ** ** * A version of mkdir tha.........【阅读全文】