搜索资源列表
ut
- 在Windows命令行下模仿Linux Sheel 界面。移植Linux 下常用命令。有初始登录,新建用户,设置更改用户密码,并记录用户的这些信息。还有其他的,比如ls,su,cp等-In Windows command line imitation under Linux Sheel interface. Transplantation under Linux commonly used command. Have the initial login, new users, set chang
shell1
- 实现基本的Linux命令,如clr、dir、ls、environ-The realization of the basic Linux commands, such as clr, dir, ls, environ, etc.
linuxcmd
- 一个C++编写的LINUX SHELL,支持的命令有cat cd rm mkdir ls pwd pid mv cp,"exit"命令用于退出- The program is to execute some common commands of Linux,available commands are: cat cd rm mkdir ls pwd pid mv cp,same function as the standard linux shell command.There’s als
shell.tar
- 实现shell的大部分功能,例如pwd,cd,ls,其实就和linux下的终端差不多-To achieve most of the functionality of the shell, for example, pwd, cd, ls, in fact, almost under linux terminal
ls-tree
- 两个文件,分别简单实现linux下的ls-l功能和树形结构显示目录的tree功能。-Two files, a simple function under linux ls-l and a tree structure to display the directory tree.
linux_ls_-l
- 用c语言 实现linux下ls -l文件查看功能-Under linux ls-l function
busybox-1.21.1
- BusyBox 是一个集成了一百多个最常用linux命令和工具的软件。BusyBox 包含了一些简单的工具,例如ls、cat和echo等等,还包含了一些更大、更复杂的工具,例grep、find、mount以及telnet。有些人将 BusyBox 称为 Linux 工具里的瑞士军刀。简单的说BusyBox就好像是个大工具箱,它集成压缩了 Linux 的许多工具和命令,也包含了 Android 系统的自带的shell。-BusyBox is a software integrates more t
busybox-1.22.1
- BusyBox 是一个集成了一百多个最常用linux命令和工具的软件。BusyBox 包含了一些简单的工具,例如ls、cat和echo等等,还包含了一些更大、更复杂的工具,例grep、find、mount以及telnet。有些人将 BusyBox 称为 Linux 工具里的瑞士军刀。简单的说BusyBox就好像是个大工具箱,它集成压缩了 Linux 的许多工具和命令,也包含了 Android 系统的自带的shell。-BusyBox is a software integrates more t
ls--lR
- 实现linux下命令ls -lR的功能,程序使用lstat语句以及dir结构-Linux to achieve the order ls-lR function
os_file
- 操作系统课设作业。在磁盘空间模拟一个linux文件系统,并提供基本的文件操作命令(如mk, cp, mkdir, rmdir, cd, ls, cat, chmod, chown, chgrp, chnam等)。文件系统的实现采用混合索引式文件结构,包括使用空闲节点号栈管理空闲节点和成组链接管理空闲盘块。(Simulate a Linux file system in disk space and provide basic file operation commands (such as MK