搜索资源列表
Shell实例
- t_shell 一个简单完整的命令解释程序 适合shell入门的实例程序-t_shell a simple explanation of command shell entry procedures for the sample program
lab
- Shell解释程序,用于实现unix下命令的解释执行,后台处理,管道定向等功能。-Shell interpreter, under the command used to implement the interpretation of the implementation of unix, background processing, pipe orientation and other functions.
Advanced_buffer_overflow_exploits
- 现在有许多缓冲区溢出攻击代码。早期缓冲区 溢出攻击代码只产生了一个shell (执行程序/ bin / sh ) 。但是, 如今一些缓冲区溢出攻击代码已经很不错的功能。 例如,通过过滤,打开一个socket,打破的chroot , 等等。本文将试图解释先进的缓冲区溢出 利用技巧根据英特尔x86 Linux操作系统。-Nowadays there are many buffer overflow exploit codes. The early buffer ov
1
- 实现一个功能简单的shell解释程序,模拟MS-DOS命令交互界面。-The realization of a simple shell function to explain the procedure to simulate the MS-DOS command interface.
shiyan2
- 学习如何编写一个UNIX的外壳——Shell,即命令解释程序。学习怎样接受命令,解释命令、执行命令,特别是创建子进程的方式来执行一个程序,以及父进程如何继续子进程的工作。-Learn how to write a UNIX shell- Shell, the command interpreter. Learning how to receive an order to explain the command, the command, in particular, the way is to
bash
- ? 介绍shell编程的概念 ? 讨论shell程序是如何执行的 ? 描述shell变量的概念和使用方法 ? 讨论命令行参数是如何传给shell程序的 ? 解释命令替换的概念 ? 介绍一些编程的基本原则 ? 编写并讨论一些shell脚本 ? 讨论数值数据处理,数组处理 ? 描述如何将shell中的命令的标准输入重定向到脚本中的数据 ? 解释Bash的信号/中断处理能力 ? 解释Bash中的函数 ? 讨论Bash脚本的调试-? ? introduced
(paiixuu1
- (1)对以下6种常用的内部排序算法进行比较:起泡排序、直接插入排序、简单易懂选择排序、快速排序、希尔排序、堆排序。(2)待排序表的表长不小于100;其中的数据要用伪随机数产生程序源码产生;至少要要用5组不同的输输入数据作比较;比较的指标为有关键字参加的比较次数与关键字的移动次数(关键字交换计为3次移动)。(3)最后要对结果作出简单易懂分析,包含对各组数据的出结果波动大小的解释。 可直接使 -(1) to compare the following six kinds of commonly
实现简单的shell解释程序,
- 实现一个功能简单shell解释程序,即MS-DOS命令交互界面。代码对电脑上盘区进行操作,不调用自带的cmd.exe,对各盘区进行操作。在shell程序实现盘符切换、cd、dir、mkdir、chdir等五个ms-dos命令。具体实现参照各命令在cmd.exe中调用情况。
myshell
- 开发的Shell程序支持以下命令: 1)cd <directory>——将当前默认目录改变为<directory>。如果没有<directory>参数,则显示当前目录;如果<directory>目录不存在,会出现合适的错误信息提示。 2)clr——清屏 3)dir <directory>——列出目录<directory>的内容 4)environ——列出所有的环境变量 5)echo <comment
shell
- 华南理工大学操作系统实验六一个简单的shell解释程序的源代码(South China University of Technology operating system experiment, 6th a simple shell interpreter source code)