CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - shell a

搜索资源列表

  1. 简单shell

    0下载:
  2. 一个简单的shell,实现4个功能: (1)cd (2)pwd (3)pid (4)logout-a simple shell, achieving four functions : (a) cd (2) pwd (3) pid (4) logout
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3.41kb
    • 提供者:亿摆
  1. shell

    0下载:
  2. Cmd Shell(命令行交互)是黑客永恒的话题,它历史悠久并且长盛不衰。本文旨在介绍和总结一些在命令行下控制Windows系统的方法。这些方法都是尽可能地利用系统自带的工具实现的。 文件传输 对于溢出漏洞获得的cmd shell,最大的问题就是如何上传文件。由于蠕虫病毒流行,连接ipc$所需要的139或445端口被路由封锁。再加上WinXP系统加强了对ipc$的保护,通过ipc$及默认共享上传文件的手段基本无效了。ftp和tftp是两种可行的方法,介于其已被大家熟知,本文就不介绍了。还
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:32kb
    • 提供者:dly
  1. qonsole-0.1

    0下载:
  2. motorola ezx平台的一个shell,界面非常友好-platform of a shell, a very friendly interface
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:63.65kb
    • 提供者:prayboy
  1. shell-1.0.tar

    0下载:
  2. 一个很好的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.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:749byte
    • 提供者:wcg
  1. ShellOfLinux

    0下载:
  2. 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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.16kb
    • 提供者:shoarh
  1. 用标准C实现shell功能

    0下载:
  2.   用标准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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:11.92kb
    • 提供者:Jack
  1. shell

    0下载:
  2. 四川大学,操作系统的shell,能够实现简单的系统调用-Sichuan University, the operating system shell, to achieve a simple system call
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:216.9kb
    • 提供者:zz
  1. shell1

    0下载:
  2. 用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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:3.48kb
    • 提供者:
  1. A-Simple-Shell

    4下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:109.07kb
    • 提供者:sy
  1. shell

    0下载:
  2. unix下一个实现带参数的简单shell的程序-unix under implementation with a simple shell parameters of the process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4.13kb
    • 提供者:王玮
  1. Shell-analytic-procedure

    0下载:
  2. 这是一个在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,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:77.54kb
    • 提供者:吴倩倩
  1. Shell-scripts

    0下载:
  2. 本书详细介绍了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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-19
    • 文件大小:27.14mb
    • 提供者:chenchangyun
  1. linux-shell

    0下载:
  2. 主要介绍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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:12.1kb
    • 提供者:Brad Lee
  1. Linux-shell-V1.0-LZN

    1下载:
  2. Linux下Shell命令解释器,一、 实现功能: 要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行;
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:33.2kb
    • 提供者:张亮
  1. shell编程和unix命令

    0下载:
  2. 本书共分五部分,详细介绍了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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-27
    • 文件大小:17.04mb
    • 提供者:shenmaxi
  1. Shell脚本学习指南

    0下载:
  2. 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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-27
    • 文件大小:2.75mb
    • 提供者:黑茶某
  1. shell

    1下载:
  2. 程序要求: (1) 程序运行时,先显示欢迎信息; (2) 创建一个新的用户。用户名为本人的姓名拼音缩写加学号的后两位 (3) 在本人的主目录下创建目录,目录的名称为本人的学号 (4) 在新创建的目录下,创建一个新文件,文件名为本人的姓名全拼 (5) 修改文件的权限为-rwxr--r--; (6) 判断文件是否可读,如果可读,显示“File yangchuanying is readable.”,否则,显示“File yangchuanying is not readable.”
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-18
    • 文件大小:119kb
    • 提供者:阿文201
  1. 10 个Shell命令解析器的功能

    1下载:
  2. 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. 所属分类:Linux/Unix编程

  1. linux与unix shell编程指南

    1下载:
  2. 详细介绍了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.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2020-07-21
    • 文件大小:17.03mb
    • 提供者:Nora1995
  1. Linux Shell命令行及脚本编程实例详解

    0下载:
  2. linux shell 命令行以及脚本编写,很棒的一本书籍(Linux shell command line and scr ipting, a great book)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2021-04-17
    • 文件大小:1.94mb
    • 提供者:绿肥红瘦a
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com