Shell
文章平均质量分 79
orange_os
人不笨,但很努力。
一直在通信公司从事嵌入式操作系统自主研发。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Shell的概况
shell是用户和操作系统之间的接口。例如:Linux中有多种shell,其中缺省使用的是Bash。本章讲述了shell的工作原理,shell的种类,shell的一般操作及Bash的特性。 1.shell的作用 命令解析器:解析执行用户输入的所有命令程序设计语言:具有高级语音的所有功能 2.shell的原理 Linux系统的shell作为操作系统的外壳,为用户提供使用操作系统的转载 2012-03-27 21:52:14 · 1295 阅读 · 0 评论 -
Linux系统管理命令
adduser chfn useradd date exit finger fwhois sleep suspend groupdel groupmod halt kill last lastb login logname logout ps nice procinfo top pstree reboot rlogin原创 2012-05-18 00:08:29 · 2970 阅读 · 0 评论 -
Target Shell 符号表加载方法
Todule Unloader To make full use of the target shell's features, you should also define the target symbol table, as well as the target module loader and unloader. Select the following components原创 2012-06-14 23:03:41 · 2055 阅读 · 0 评论 -
Target Shell
Target Shell 摘自《VxWorks开发指南与Tornado使用手册》 1 TargetShell简述 在Tonado开发系统中,整套完整的开发工具在宿主机上驻留并运行,这样减少了目标机内存和资源的开销。然而,如果需要的话,可以将驻留目标机符号表、模块装载/卸载工具配置到VxWorks系统里。例如,用户会需要创建一个动态配置运行原创 2012-06-14 23:01:58 · 2228 阅读 · 0 评论
分享