搜索资源列表
myshell
- 实现Shell,能处理命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号(getpid()系统调用) logout :退出shell ls [-l] rm [-r] mkdir, mv, cp-achieve Shell, can handle orders cd : the process of change current path pwd : View current path process pid : View the cur
linux_shell_code
- 常用的linux shell 源代码!如cp ls cat
shell(who+cp)
- shell编程,实现who以及cp命令。
cp
- 一个控制面板编程的例程,讲述如何把你的程序添加到控制面板上面。
unix
- 模拟unix操作系统中的文件系统功能,在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用空闲结点号栈管理空闲结点和成组链接发管
Unix_shell
- 实现功能(以下命令全部了小写) ls 显示文件目录 chmod 改变文件权限 chown 改变文件拥有者 chgrp 改变文件所属组 pwd 显示当前目录 cd 改变当前目录 mkdir 创建子目录 rmdir 删除子目录 mv 改变文件名 cp 文件拷贝 rm 文件删除 ln 建立文件联接 cat 连接显示文件内容 passwd 修改用户口令
os
- 操作系统接口:兼容Unix 和Linux 命令接口。 为Windows 操作系统建立一个兼容Unix 命令的命令接口; 实现命令包括ls,cat,cp,rm,mv,ren,mkdir,rmdir,cd,help,exit命令的内容与详细格式请查阅unix 命令手册; 可以字符形式接收命令,执行命令,然后显示命令执行结果。
xca-0.4.6.rar
- 一个精简的CA程序,包含根证书创建、用户证书申请及创建、证书管理、证书撤销等许多功能。是了解CA及证书原理的好工具。,CA a streamlined procedures, including creation of the root certificate, certificate applications and users to create, certificate management, certificate revocation and many other functions.
cp
- copy是一个电脑玩家,最常用的命令,希望大家好好学学这个命令,不管是对你的LINUX知识还是C语言都会有很大的提升-copy is a computer player, the most commonly used commands, I hope you' ll learn in this order, whether the knowledge of your LINUX or C language will have greatly improved
DriverFTDIs
- FTDI的USB驱动源代码,FT245,FT232的Visual CP和D2XX驱动包及安装说明。-FTDI' s USB driver source code, FT245, FT232' s Visual CP and D2XX driver package and installation instructions.
cp.c
- linux下copy命令的一个实现,显示进度-an implementation of linux copy command with progress showed. . .
TARBELL.ZIP
- Old Tarbell CP/M Source Codes
src
- linux 系统命令源代码 more yes ls cp -linux system command source code more yes ls cp. . . .
cpfull
- linux cp 等源代码 供参考学习-linux cp, etc. to learn the source code for reference
cp
- 在终端实现拷贝 像cp那样的功能 输入三个参数 -linux cp
cp-touch-cat
- linux环境下 用c来实现部分shell指令的功能 cp touch cat等-with c under linux environment to achieve some function of the shell command cp touch cat, etc.
cp
- linux系统命令中的cp命令的编写,包括递归拷贝目录下面的文件/目录-linux system command cp command written recursively copy directory file/directory
CP
- linux中实现cp [-r]命令,不仅能复制文件,也能移动文件或文件夹到另外一个文件夹中。-linux achieve cp [-r] command, not only to copy files, but also to move a file or folder to another folder.
cp
- Mini cp implementation for busybox.
mmcp
- 用mmap 实现cp功能。有些地方省略了参数合法性检查.(Implementing CP function with mmap. In some places, the parameter validity check is omitted.)