Shell执行流程

1.Printthe info of reminding 打印提示信息

2.Waitinguser for input(wait) 等待用户输入

3.Acceptthe command 接受命令

4.Interpretthe command 解释命令

5.Findit,execute it, if have the parameter, the command interprete it 找到该命令,执行命令,如果命令含有参数,输入的命令解释它

6.Executefinished, back to the first step 执行完成,返回第一步

图示

示例

[root@localhost share]# cd ~
[root@localhost ~]# mkdir test
[root@localhost ~]# cd test/
[root@localhost test]# touch file1
[root@localhost test]# ls
file1
[root@localhost test]# ls -l
total 0
-rw-r--r--. 1 root root 0 Jul 21 10:57 file1
[root@localhost test]# ll
total 0
-rw-r--r--. 1 root root 0 Jul 21 10:57 file1
我的邮箱:wgbno27@163.com  新浪微博:@Wentasy27
微信公众平台:JustOracle(微信号:justoracle)
数据库技术交流群:336882565(加群时验证 From CSDN XXX)
Oracle交流讨论组:https://groups.google.com/d/forum/justoracle By Larry Wen
 
@Wentasy 博文仅供参考,欢迎大家来访。如有错误之处,希望批评指正。原创博文如需转载请注明出处,谢谢 :) [CSDN博客]

最新文章

  1. windwos server 路由备份和恢复 路由表备份和恢复
  2. ime-mode
  3. 十天冲刺---Day4
  4. javascript document.compatMode属性
  5. 【Android 进阶】临时卸载root和恢复root功能
  6. jQuery加载外部文件的方式get、post、ajax、load的区别及异步加载的实现
  7. Django教程:第一个Django应用程序(4)
  8. html系列教程--header head iframe img
  9. 【MySQL笔记】mysql来源安装/配置步骤和支持中国gbk/gb2312编码配置
  10. 乐视TV2015校园招聘A第二个大的发行量(of中国Academy科学大学站)
  11. spring mvc中,直接注入的HttpServletRequst是否安全呢?
  12. error C1189: #error : Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do not use /MD[d]
  13. SpringMVC用到的jar包
  14. IP报文头详解
  15. nginx 目录讲解
  16. SQL记录-PLSQL事务
  17. TCP/UDP区别&&心跳包机制【转】
  18. 雷林鹏分享:Ruby 模块(Module)
  19. python实现列表页数据的批量抓取练手练手的
  20. Python动态规划求解最长递增子序列(LIS)

热门文章

  1. ubuntu16.04编译安装mysql5.7
  2. 【记录】url 中出现特殊字符该怎么办
  3. 灵活的按键处理程序 FlexibleButton
  4. JAVA单向链表实现
  5. Linux信号量同步共享内存实验.
  6. 美团外卖iOS App冷启动治理
  7. 前端安全系列之二:如何防止CSRF攻击?
  8. awk 提取列
  9. 用于兼容浏览器的js写法
  10. BZOJ3996 TJOI2015线性代数