快速业务通道

Linux基本操作实验(5)

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-03-26
errors
-rwxrwxr-x 1 windriver windriver 120 2011-08-06 01:44 ex1.sh
-rw-r--r-- 1 root root 33 2011-08-09 22:39 myfile
-rw-r--r-- 1 root root 94 2011-08-09 23:08 myfile1
-rw-r--r-- 1 root root 94 2011-08-09 23:12 myfile1.bak1
-rw-r--r-- 1 root root 94 2011-08-09 23:12 myfile1.bak2
-rw-r--r-- 1 root root 94 2011-08-09 23:12 myfile1.bak3
-rw-r--r-- 1 root root 0 2011-08-09 23:06 myfile2
-rw-r--r-- 1 root root 40 2011-08-09 23:05 myfile3
-rw-rw-r-- 2 windriver windriver 74 2011-08-06 22:11 newerr
-rw-rw-r-- 1 windriver windriver 1640 2011-08-06 19:13 output
-rw-r--r-- 1 root root 31 2011-08-07 02:14 testoutput
-rw-r--r-- 1 root root 169 2011-08-07 02:15 testoutput2
[root@windriver-machine shtest]#

【5】exec 系统环境都会被清除,重新启动一个shell,这个通常是用来执行一个脚本命令.

【6】|和&gt; &gt;&gt; < &lt;&lt; & 管道和重定向,这些前面已经说过,不在重复.

【7】date –s 设置系统时间 data –s 11/21/08 date –s 22:12:00,设置时间可以两次设置,也可一次性设置 date 112122202008.30 格式 月 日 时 分 年.秒 .虚拟终端时间与CMOS时间可能不一样,CMOS时间可以使用hwclock –show 或clock --show来显示.

Empire CMS,phome.net

[root@windriver-machine ~]# clock --show
Tue 09 Aug 2011 11:46:54 PM CST -0.000331 seconds
[root@windriver-machine ~]# hwclock -w
[root@windriver-machine ~]# hwclock --show
Tue 09 Aug 2011 11:32:01 PM CST -0.000321 seconds
[root@windriver-machine ~]# date
Tue Aug 9 23:32:08 CST 2011
[root@windriver-machine ~]#

【8】&&和|| 将多个shell命令同时执行.&&表明前一个命令执行成功,而||通常意味着前一个命令执行失败.

[root@windriver-machine shtest]# sort myfile1 >myfile4 && echo "if you are seeing this, then sort is ok"
if you are seeing this, then sort is ok
[root@windriver-machine shtest]# cp /etc/passwd passwd.bak && echo "if you are seeing this,the cp is ok"
if you are seeing this,the cp is ok

[root@windriver-machine shtest]# cp /etc/passwd passwd.bak || echo "if you are seeing this,the cp is ok"
cp: overwrite `passwd.bak''? y
[root@windriver-machine shtest]#

Empire CMS,phome.net

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号