搜索资源列表
简单shell
- 一个简单的shell,实现4个功能: (1)cd (2)pwd (3)pid (4)logout-a simple shell, achieving four functions : (a) cd (2) pwd (3) pid (4) logout
shell
- Cmd Shell(命令行交互)是黑客永恒的话题,它历史悠久并且长盛不衰。本文旨在介绍和总结一些在命令行下控制Windows系统的方法。这些方法都是尽可能地利用系统自带的工具实现的。 文件传输 对于溢出漏洞获得的cmd shell,最大的问题就是如何上传文件。由于蠕虫病毒流行,连接ipc$所需要的139或445端口被路由封锁。再加上WinXP系统加强了对ipc$的保护,通过ipc$及默认共享上传文件的手段基本无效了。ftp和tftp是两种可行的方法,介于其已被大家熟知,本文就不介绍了。还
qonsole-0.1
- motorola ezx平台的一个shell,界面非常友好-platform of a shell, a very friendly interface
shell-1.0.tar
- 一个很好的SHELL的示例。可以对学习和深入学习SHELL的朋友。一点帮助。资料来自RED-HEAD 希望对大家有点帮助。 -SHELL a good example. Can learn and study in depth SHELL friends. 1:00 to help. Information from RED-HEAD want to help you a bit.
ShellOfLinux
- Linux中Shell的几条简单命令的实现,基本框架已经搭好了,如果需要可以在此基础上进行扩充(代码中增加了多条命令同时执行的功能) 试验内容: 实现简单的Shell,至少能处理四条命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号 logout :退出shell -a few simple order to achieve the basic framework has been put up. If need be on the b
用标准C实现shell功能
- 用标准C实现shell功能,这是我们上课的一个操作系统实验,不过我是用java实现的,这是我在网上找的,供大家参考-achieved using standard C shell function, which is a class of experimental operating system, but I use java to achieve, and this is my find of the Internet for reference
shell
- 四川大学,操作系统的shell,能够实现简单的系统调用-Sichuan University, the operating system shell, to achieve a simple system call
shell1
- 用C语言写的一个shell,history和ls是自己写的,其他运用了系统调用,并且可以进行后台处理以及管道的功能。-Written in C language using a shell, history, and ls write your own, the other using the system call, and can be background processing and pipeline features.
A-Simple-Shell
- Shell或者命令行解释器是操作系统中最基本的用户接口,该项目是写一个简单的Shell程序myshell。具体的详细功能见压缩包文件: A Simple Shell设计报告.docx-Shell command line interpreter or operating system is the most basic user interface, the project is to write a simple Shell program myshell. Details of the
shell
- unix下一个实现带参数的简单shell的程序-unix under implementation with a simple shell parameters of the process
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,
Shell-scripts
- 本书详细介绍了shell脚本命令,是一本不错的学习指南。希望对大家尤其是想学好shell脚本命令的朋友有帮助。-This book details the shell scr ipt commands, is a good study guide. We especially want to learn shell scr ipt command to help a friend.
linux-shell
- 主要介绍linux下脚本语言的编写,重点阐述shell语言的语法及编程技巧,对初学linux的同学有较大帮助。-Describes the preparation of a scr ipting language under linux, focusing on the shell language syntax and programming skills of novice students have more help linux.
Linux-shell-V1.0-LZN
- Linux下Shell命令解释器,一、 实现功能: 要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行;
shell编程和unix命令
- 本书共分五部分,详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题。本书内容全面、文字简洁流畅,适合Shell编程人员学习、参考。(This book is divided into five parts, detailing the shell programming skills, a variety of UNIX commands and syntax, but also related to the UNIX under the t
Shell脚本学习指南
- Shell就是一个命令行解释器,它的作用是解释执行用户的命令,用户输入一条命令,Shell就解释执行一条,这种方式称为交互式(Interactive)。(Shell is a command line interpreter, whose function is to explain the execution of user commands. The user enters a command, and Shell explains the execution, which is calle
shell
- 程序要求: (1) 程序运行时,先显示欢迎信息; (2) 创建一个新的用户。用户名为本人的姓名拼音缩写加学号的后两位 (3) 在本人的主目录下创建目录,目录的名称为本人的学号 (4) 在新创建的目录下,创建一个新文件,文件名为本人的姓名全拼 (5) 修改文件的权限为-rwxr--r--; (6) 判断文件是否可读,如果可读,显示“File yangchuanying is readable.”,否则,显示“File yangchuanying is not readable.”
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.)
linux与unix shell编程指南
- 详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题(The shell programming skills, various UNIX commands and grammars are introduced in detail. Word processing under UNIX and a few system management problems are also involved.)
Linux Shell命令行及脚本编程实例详解
- linux shell 命令行以及脚本编写,很棒的一本书籍(Linux shell command line and scr ipting, a great book)