Welcome![Sign In][Sign Up]
Location:
Search - unix cp

Search list

[Other resource1111

Description: 操作系统课程设计 要完成的任务是模拟unix操作系统中的文件系统功能。在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用空闲结点号栈管理空闲结点和成组链接发管理空闲盘块。-courses on operating system design to complete the task of simulation unix operating system of file system function. In a terminal interface, users can like unix shell orders importation of certain orders importing ls show directory, change file permissions chmod, chown change who owns the file, chgrp Changes file group, chnam change the name, pwd shows the current directory, cd change the current directory, create directories mkdir, rmdir delete directory, mk founding documents, cp paper copy, delete the file rm, cat shows the contents of the documents, login switching users, passwd user password changes, and other functions. In the background, in order to achieve mixed-indexing structure of the document, including the use of idle nodes, stack management spare node and link the group mana
Platform: | Size: 265549 | Author: xlog | Hits:

[Linux-Unixunix

Description: 模拟unix操作系统中的文件系统功能,在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用空闲结点号栈管理空闲结点和成组链接发管理空闲盘块。
Platform: | Size: 266001 | Author: dufei | Hits:

[Linux-Unixos

Description: 操作系统接口:兼容Unix 和Linux 命令接口。 为Windows 操作系统建立一个兼容Unix 命令的命令接口; 实现命令包括ls,cat,cp,rm,mv,ren,mkdir,rmdir,cd,help,exit命令的内容与详细格式请查阅unix 命令手册; 可以字符形式接收命令,执行命令,然后显示命令执行结果。
Platform: | Size: 25921 | Author: xiner | Hits:

[Education soft system1111

Description: 操作系统课程设计 要完成的任务是模拟unix操作系统中的文件系统功能。在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用空闲结点号栈管理空闲结点和成组链接发管理空闲盘块。-courses on operating system design to complete the task of simulation unix operating system of file system function. In a terminal interface, users can like unix shell orders importation of certain orders importing ls show directory, change file permissions chmod, chown change who owns the file, chgrp Changes file group, chnam change the name, pwd shows the current directory, cd change the current directory, create directories mkdir, rmdir delete directory, mk founding documents, cp paper copy, delete the file rm, cat shows the contents of the documents, login switching users, passwd user password changes, and other functions. In the background, in order to achieve mixed-indexing structure of the document, including the use of idle nodes, stack management spare node and link the group mana
Platform: | Size: 265216 | Author: xlog | Hits:

[Software EngineeringCp

Description:
Platform: | Size: 7600128 | Author: 张程 | Hits:

[Linux-Unixunix

Description: 模拟unix操作系统中的文件系统功能,在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用空闲结点号栈管理空闲结点和成组链接发管理空闲盘块。-Simulation of unix operating system file system functions, in a terminal interface as unix users, like the shell command to import some orders, such as the input file directory ls show, chmod to change file permissions, chown change file owner, chgrp to change the file belongs to group chnam change the file name, pwd show current directory, cd to change the current directory, mkdir to create directories, rmdir delete directory, mk create a file, cp file copy, rm to delete files, cat shows the contents of the documents, login to switch user, passwd modify user passwords and other functions . In the background, it is necessary to realize a mixed-type index file structure, including its stack node idle idle node management and group management links fat free disk blocks.
Platform: | Size: 266240 | Author: dufei | Hits:

[Linux-Unixos

Description: 操作系统接口:兼容Unix 和Linux 命令接口。 为Windows 操作系统建立一个兼容Unix 命令的命令接口; 实现命令包括ls,cat,cp,rm,mv,ren,mkdir,rmdir,cd,help,exit命令的内容与详细格式请查阅unix 命令手册; 可以字符形式接收命令,执行命令,然后显示命令执行结果。-Operating system interface: compatible with Unix and Linux command interface. For the Windows operating system to build a Unix-compatible command interface realize the command, including ls, cat, cp, rm, mv, ren, mkdir, rmdir, cd, help, exit the command of the content and details of the format please refer to unix command manual can characters in the form of receiving orders, the implementation of the command, and then show the results of command execution.
Platform: | Size: 25600 | Author: xiner | Hits:

[TCP/IP stackchat

Description: linux下的一个聊天程序 ,代码完整, 调试通过。 既可以做服务器, 也可以做客户端。 程序代码才采用多种异步通讯模式。希望对初学习LINUX和TCP/CP的人有帮助。 -one chat room project under linux platform . complete project with no any bug. u can treat it as a server , and u can treat as a client as well. serval kinds of async methods , excellent template for beginner to learn tcp/ip or unix/linux.
Platform: | Size: 14336 | Author: 吕 广林 | Hits:

[Linux-Unixfilesys

Description: 自己编写的一个UNIX小型文件系统,实现了ls,grep,cd,cp等基本指令集-a small UNIX file system, to achieve a ls, grep, cd, cp, and other basic instruction set
Platform: | Size: 11264 | Author: 张祝 | Hits:

[OS Developcommand

Description: 为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, mv, md, rd, cd, sort, more, print, order the content and details of the format please refer to unix command manual can character receive the command, the command, and then display the command execution results.
Platform: | Size: 3072 | Author: | Hits:

[File Operatecp

Description: UNIX下文件备份,并日期命名-the program for copy in unix
Platform: | Size: 2048 | Author: 张永洪 | Hits:

[Linux-Unixsodcp130618

Description: 扩展linux/unix的cp命令:拷贝一或多个文件到某目录下(保持文件原名),若有同名文件可通过参数自动选择:直接跳过、直接覆盖、先比较内容若相同则跳过不同则覆盖。方便脚本调用。-Expansion linux/unix cp command: copy one or more files to a directory (keep the file formerly), if the same name file by automatic parameter selection: skip, direct coverage, first compare the contents if the same is skipped different overwritten. Convenient script calls.
Platform: | Size: 21504 | Author: david | Hits:

[Linux-Unixcopyww

Description: 实现了unix下拷贝目录夹的功能,有点像系统自带的cp 的功能 -copy directory
Platform: | Size: 25600 | Author: 吴琪 | Hits:

CodeBus www.codebus.net