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

Search list

[Other resourceUNIX练习 简单的ls

Description: 这是UNIX的练习作业,能完成简单的ls功能 请高手指教-This is the UNIX operating practice, complete a simple function 19:56 ls enlighten
Platform: | Size: 1968 | Author: 韩天毅 | Hits:

[Linux-Unixls

Description: unix 系统下 ps 管理程序的实现-ps management process to achieve
Platform: | Size: 20083 | Author: 李金明 | Hits:

[Linux-Unixls.15

Description: unix 下shell的一个简单实现程序。
Platform: | Size: 2121 | Author: beastman | 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-Unixls

Description: unix 系统下 ps 管理程序的实现-ps management process to achieve
Platform: | Size: 19456 | Author: 李金明 | Hits:

[Embeded LinuxUNIX练习 简单的ls

Description: 这是UNIX的练习作业,能完成简单的ls功能 请高手指教-This is the UNIX operating practice, complete a simple function 19:56 ls enlighten
Platform: | Size: 2048 | Author: 韩天毅 | 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:

[OS Developlinuxtrycode

Description: linux文件系统试验 一、实验目的 学习有关linux文件管理程序如何组织的知识,为简化的文件系统设计并实现一组目录操作。实验中使用软盘的fat12格式,设计一个程序可以对这种格式的磁盘进行一组目录操作。 实验使用了部分linux的系统调用,比如说open() sleek() read() write()几个调用。通过此实验来对linux的文件系统的管理有进一步的理解。 二、实验要求 主要实现三个功能:一 读取磁盘目录的目录列表。(命令输入 ls ) 二 切换目录(不处理路径名)。(命令输cd dir_name 或cd/ 或cd.. ) 三 删除当前目录下的文件。(命令输入 del filename )-err
Platform: | Size: 337920 | Author: jialin | Hits:

[Linux-Unixls.15

Description: unix 下shell的一个简单实现程序。-shell under unix realize a simple procedure.
Platform: | Size: 2048 | Author: beastman | Hits:

[Linux-UnixUNIX_V7_ls

Description: 对LS命令的详细注释,是在UNIX V7版本下的。-LS command of detailed notes, in the version of UNIX V7.
Platform: | Size: 6144 | 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-Unixls

Description: 实现UNIX下的ls全部功能,同时添加了可以生成目录树.实现内容:1.如何读取目录的内容 2.目录排序 3.文件类型以及如何知道文件的类型 4.位操作及掩码的使用 5.用户与组ID数据库 6.UNIX文件系统的内部结构:i-节点和数据块 7.更改当前目录 8.输出颜色的改变和分栏 9.学习并实现ls命令各参数 10.解析命令行参数 -Ls under UNIX to achieve full functionality, while adding a directory tree can be generated. The realization of the contents: 1. How to read the contents of the directory 2. Directory sort 3. File types and how to know the type of document 4.-Bit operation and the use of mask 5. user and group ID database 6.UNIX the internal structure of the file system: i-node and data block 7. Change the current directory 8. output color change and column 9. learn and achieve ls command parameters 10. Analysis of the command line parameters
Platform: | Size: 23552 | Author: 周蜚语 | Hits:

[Linux-Unixls3

Description: C 命令编写 Unix 中 ls 命令 -ls command programming in C
Platform: | Size: 1024 | Author: rui | Hits:

[Internet-Networkmyls

Description: Programm, which works like ls or dir in unix
Platform: | Size: 1024 | Author: zzzzz | Hits:

[Linux-Unixlist

Description: 练习使用vi,使用UNIX的系统调用和库函数,体会UNIX文件通配符的处理方式以及命令对选项的处理方式。与ls命令类似,命令行参数可以有0到多个,实现自定义选项r,a,l,h,m以及--. ——北京邮电大学计算机系Cc-Practice to use vi, use the UNIX system calls and library functions, experience of UNIX file handling of wildcards, and command of the options approach. With the ls command similar to the command line parameters can have 0 to many, to achieve a custom option r, a, l, h, m, and--.- Beijing University of Posts and Telecommunications Department of Computer Cc
Platform: | Size: 2048 | Author: CC | 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:

[Linux-Unixmyls

Description: 自己编写的Linux下的C程序,实现ls命令的功能。 可选参数有-a -l -al 后面可以加上目录或文件名,也可不加。不写路径的默认是当前目录。 输入错误命令会提示正确的命令格式。-A C program under Linux to achieve ls commands. Optional parameters are-a-l and-al Can be followed with the directory or file name. If the command doesn t contain the path, the default is the current directory path. Correct command format will be displayed if inputed incorrect commands.
Platform: | Size: 2048 | Author: 李淑怡 | Hits:

[Linux-UnixUnix

Description: 1 ls [语法]: ls [-RadCxmlnogrtucpFbqisf1] [目录或文件......] [说明]: ls 命令列出指定目录下的文件,缺省目录为当前目录 ./,缺省输出顺序为纵向按字符顺序排列。 -R 递归地列出每个子目录的内容 -a 列出所有文件,包括第一个字符为“.”的隐藏文件 -d 若后面参数是目录,则只列出目录名而不列出目录内容,常与-l选项连 用以显示目录状态。 -C 输出时多列显示 -x 横向按字符顺序排列 -m 输出按流式格 -opration for unix
Platform: | Size: 31744 | Author: winxp | Hits:

[Linux-Unixls

Description: Linux下实现查看文件功能,模拟ls,查看所在文件的权限以及大小等等(Linux view file function, simulate ls, view the permissions and size of the file, and so on)
Platform: | Size: 4096 | Author: 哈哈哈哈哈~ | Hits:
« 12 »

CodeBus www.codebus.net