文件名称:ShellOfLinux
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 2.16kb
- 下载次数:
- 0次
- 提 供 者:
- sho***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Linux中Shell的几条简单命令的实现,基本框架已经搭好了,如果需要可以在此基础上进行扩充(代码中增加了多条命令同时执行的功能)
试验内容:
实现简单的Shell,至少能处理四条命令
cd :改变进程当前路径
pwd :查看进程当前路径
pid:查看当前进程号
logout :退出shell
-a few simple order to achieve the basic fr a mework has been put up. If need be on the basis of this expansion (code added to the number of orders carried out simultaneously function) test : Shell simple realization, at least four orders can handle cd : the process of change the current path pwd : View the current path process pid : View the current process, logout : withdraw from the shell
试验内容:
实现简单的Shell,至少能处理四条命令
cd :改变进程当前路径
pwd :查看进程当前路径
pid:查看当前进程号
logout :退出shell
-a few simple order to achieve the basic fr a mework has been put up. If need be on the basis of this expansion (code added to the number of orders carried out simultaneously function) test : Shell simple realization, at least four orders can handle cd : the process of change the current path pwd : View the current path process pid : View the current process, logout : withdraw from the shell
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 3970966shelloflinux.rar 列表 ShellOfLinux\LinuxShell.c ShellOfLinux\Shell试验内容.txt ShellOfLinux