搜索资源列表
UnixShell4osDesign
- Unix shell是unix的命令解释程序,用于让用户以一种友好的方式运行程序和执行命令。 本课程设计要求学生在linux下写一个命令解释程序,实现Ksh最基本的功能。即:允许用 户打入一个可执行的程序的名字以及其命令行参数,执行这个程序。同时实现一部分内部命 令(比如cd,详见要实现的命令),以及输入输出重定向等功能。-Unix shell is unix order to explain procedures to enable users to a friendly mann
IFS.zip
- 操作系统实验:模拟采用二级目录结构的磁盘文件系统中的文件操作。程序简单模拟了一个类unix的shell界面,并完成了实验中所要求的具体内容。运行时需注意问题:初始用户名密码为root,登陆后可输入help命令查看命令格式获取帮助。,Operating System Experiment: Simulate file operations for the two-level directory structure in the file system. Should pay attention
command
- 为Windows操作系统建立一个兼容Unix命令的命令接口; 实现命令包括ls,cat,cp,mv,md,rd,cd,sort,more,print,命令的内容与详细格式请查阅unix命令手册; 可以字符形式接收命令,执行命令,然后显示命令执行结果。-Compatible for the Windows operating system, a Unix command command interface to achieve order, including ls, cat, cp,
OS
- 类似于DOS,UNIX的命令行解释程序,用户输入HELP以查找命令的帮助,查看DOS常用的内部命令等-DOS, UNIX-like command line interpreter, the user input HELP to find with the help of the command, view the DOS internal command
Filesystem
- 磁盘文件系统:建立基于磁盘存储设备的UNIX文件系统,在windows系统下模拟UNIX文件管理系统,可用命令行进行基本的文件操作。-Disk file system: the UNIX file system based disk storage devices in the windows system simulation UNIX file management system, basic file operations available command line.
ntsupas1
- 让登陆的用户扮演另外的用户,很不错的代码。-Substitute User (access privlieged pgms while logged in on a non-privileged account). Allows a logged-in user to temporarily impersonate another (including Administrator) without logging out and in again. Similiar to UNIX su(1)