学海无涯 个人blog lnmps.com 新站
发布时间:2013-04-13 21:38:41
In: Linux :-) Hot: 2,556 ℃ 29 八 2011 今天GoFace和大家一起探讨一下temfs。什么是tmpfs?tmpfs是Linux/Unix系统上的一种基于内存的文件系统。tmpfs可以使用您的内存或swap分区来存储文件。由此可见,temfs主要存储暂存的文件。linux内核中的VM子系统负责在后台管理虚拟内存资源Vir.........【阅读全文】
发布时间:2013-04-13 19:28:55
shellcommand脚本bash作业each以下几个创建子进程的情况。(以下英文摘自info bash)1:&,提交后台作业If a command is terminated by the control operator `&', the shell executes the command asynchronously in a subshell.2:管道Each command in a pipeline is executed in its own subs.........【阅读全文】