搜索资源列表
shell
- Cmd Shell(命令行交互)是黑客永恒的话题,它历史悠久并且长盛不衰。本文旨在介绍和总结一些在命令行下控制Windows系统的方法。这些方法都是尽可能地利用系统自带的工具实现的。 文件传输 对于溢出漏洞获得的cmd shell,最大的问题就是如何上传文件。由于蠕虫病毒流行,连接ipc$所需要的139或445端口被路由封锁。再加上WinXP系统加强了对ipc$的保护,通过ipc$及默认共享上传文件的手段基本无效了。ftp和tftp是两种可行的方法,介于其已被大家熟知,本文就不介绍了。还
GENIE-SHELL
- Genie-shell for ucos 一、 基本要求(必做) (1) 设计并实现ucos的shell模型 (2) 实现简单的Shell命令 hostname命令在屏幕上打印一句话,即自定义的本机名称。 hello 命令可以带多个参数,如hello a b c d,回车后会显示: hello,I am Genie your argv is: a b c d (3)实现在串口和LCD的同步显示,即所有的命令操作过程都要显示在串口和L
shell
- 实现一个在unix下shell命令的带参数的函数,希望大家会喜欢
shell
- 简单Shell命令调试系统开发的程序,对你使用shell命令,很有帮助!
Shell命令解释器
- 一个Linux环境下Shell命令解释器的实现,附带实验报告
Minix3简单shell实现
- 在minix3.1.8中实现了简单的shell解释器,功能有: 1. 基本界面 由输入提示符开头 2. 执行可执行文件 包括参数 3. 错误提示 4. 内置简单 shell 命令 cd exit 5. 单次 I/O 重定向 > < 6. 单次管道 | 7. 后台运行 & 8. 顺序执行多个命令 ;
linux-shell
- shell 命令重新编辑 使用C++编程-shell command to re-edit using the C++ programming
iPing
- 实现了在cocoa中的shell运行。示例中使用的就是shell命令中的ping指令,最终将其显示在textView中-Achieved in the cocoa in the shell to run. Sample is used in shell command ping and eventually be displayed in the textView
shell
- 在linux上编写的简单的shell,包括cd、ls、echo等命令-Shell code in linux
c51--SHELL-command-to-debug-a-simple-system-develo
- 运用简单51单片机技术,实现简单SHELL命令调试系统开发-51 MCU using simple technology, simple debugging system development SHELL command
shell
- 本实验完成了一个shell命令解释器,实现了shell的解释命令功能,实现了重定向功能和多管道、后台运行等功能。具体功能描述如下: 1)解释器的命令格式为 cmd1[<infileName][|cmd2][|cmd3]…[|cmdn][>or>>outfileName][&] 2)cmdi为命令名+参数形式的命令,<为输入重定向,后跟输入重定向文件名infileName;>或>>后跟输出重定向文件名,输出内容将写入
Shell-analytic-procedure
- 这是一个在linux的vi编辑器下开发的,用gcc编译器编译的一个shell简单的解析程序,包括对简单shell命令,如ls,cd等命令的解析,还包括对一些复杂命令如管道命令的解析-This is a linux developed under the vi editor, and with the gcc compiler to compile a shell of a simple analytic procedures, including a simple shell commands,
LINUX-and-UNIX-Shell
- 学习ubuntu的基本shell 命令,pdf 文件,含30 个文件,-Learn the basic shell commands ubuntu, pdf file, containing 30 documents,
Linux-shell-V1.0-LZN
- Linux下Shell命令解释器,一、 实现功能: 要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行;
Shell编程
- shell编程熟悉Linux操作系统下Shell命令的使用,学习用Shell进行编程,并编写能够完成简单功能的Shell脚本(shell if [ -d newitem ]; then echo hello; f)
Shell脚本编程详解-吐血共享
- shell 脚本关键语法共享 ? Shell 命令行的运行 ? 编写、修改权限和执行 Shell 程序的步骤 ? 在 Shell 程序中使用参数和变量 ? 表达式比较、循环结构语句和条件结构语句 ? 在 Shell 程序中使用函数和调用其他 Shell 程序(Shell scr ipt key syntax sharing The running of the Shell command line Steps to write, modify permissions and exe
10 个Shell命令解析器的功能
- Shell命令解析器的功能,创建子进程,并执行用户的命令,创建历史特性,当用户按下 Ctrl C 键的时候打印出用户最近输入的10 个命令。包含实验报告(reads in the next command line, separating it into distinct tokens * using whitespace as delimiters. setup() sets the args parameter as a * null-terminated string.)
3.Open source Letter Shell
- 基于STM32WB55的shell命令行范例(Shell command-line example based on STM32WB55)
Linux Shell命令行及脚本编程实例详解
- Linux Shell命令行及脚本编程实例详解(Linux Shell Command line and scr ipt programming examples)
Linux Shell命令行及脚本编程实例详解
- linux shell 命令行以及脚本编写,很棒的一本书籍(Linux shell command line and scr ipting, a great book)