Hello, World!

11 2012 档案

摘要:1. 后台运行的两个命令 & 和 ctr+z一开始就+“&”具体方法是:[命令]空格[&] 比如:[root@pcmxexwebetc]#find/-namexml&这样,这个查找程序就会在后台运行。它运行的同时不影响你干别的事情。但是有的时候忘记了在命令之后加上‘&’符号,又不愿意停下此命令重新改写。这是可以按[ctrl+z],把当前程序切入后台。[root@pcmxexwebetc]#find/-namexml/etc/xml/usr/lib64/python2.4/xml/usr/share/vim/vim70/autoload/xml/usr/s 阅读全文
posted @ 2012-11-01 17:16 hayukleung 阅读(1442) 评论(0) 推荐(0)

See you, World!