搜索资源列表
Unix文件系统模拟实验报告
- 操作系统课程设计 要完成的任务是模拟unix操作系统中的文件系统功能。在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用
Linux教程 Shell精华文章
- Linux教程 Shell精华文章.包含一些常用的shell命令,很适合初学者入门,绝对超值
linux命令大全
- linux命令大全和shell编程,是学习linux的基础资料
linux宝典
- 本书全面介绍了LINUX的世界,从讲述基本的LINUX概念、SHELL命令及图形界面开始,一直到LINUX编程环境,每一部分都提供了主要命令的详细解释和流程说明。特别介绍了多达12个linux的发行版。对linux新手入门和linux专业人员都极具参考价值!
Linux_Command_Line_And_Shell_Scripting_Bible
- Linux 命令列 和 Shell 腳本 Bible-Linux Command Line And Shell scr ipting Bible
vbashell
- vba shell语句用法,shell命令和一些例子,挺实用的-vba shell statement usage, there are examples
UNIXPrimary-course
- UNIX是一类功能强大的主流操作系统。本书从初学者的角度介绍了UNIX的系统概念及其命令的使用,阐述的内容都是针对初学者完成日常工作所必需的各个方面,涉及UNIX系统的常用命令、UNIX文件系统、vi编辑器和Emacs编辑器、UNIX通信工具、shell命令和程序开发,以及一些更为深入的UNIX命令-UNIX is a powerful mainstream operating system. Book from the beginner s point of view the use of t
linux-and-unix-shell-programming
- 本书共分五部分,详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题。本书内容全面、文字简洁流畅,适合Shell编程人员学习、参考。 -The book is divided into five parts, details of shell programming skills, a variety of UNIX commands and syntax, but also involves under UNIX text processin
shell-sed
- 收集整理比较全 shell sed 命令与实例教程,对了解shell编程意义很大-Collected relatively full shell sed command with tutorial examples, shell programming very meaningful for understanding
shell
- 利用unix中的父子进程和exec函数实现shell命令-Parent-child process and exec function in unix shell command
shell-and-vi-compile
- Linux下的常用shell命令,文本编辑器vi和C语言编译、调试工具gcc、gdb的使用心得。-Commonly used shell commands under Linux text editor vi and C language compiler, debugging tools, gcc, gdb the use of experience.
Major-Linux-shell-command--sed--awk
- Linux主要shell命令、sed、awk使用详解-Major Linux shell command, sed, awk explain the use of
Linuxtostudy
- linux命令是对Linux系统进行管理的命令。对于Linux系统来说,无论是中央处理器、内存、磁盘驱动器、键盘、鼠标,还是用户等都是文件,Linux系统管理的命令是它正常运行的核心,与之前的DOS命令类似。linux命令在系统中有两种类型:内置Shell命令和Linux命令。-Is a file, Linux system administration commands is the core of its normal operation, and before the DOS. The L
UEFI-Shell-Specification_2_0
- uEFI shell 的使用手册.不但提供了现有uEFI的命令使用说明,并进一步提供的API说明。-The UEFI Shell environment provides an API, a command prompt and a rich set of commands that extend and enhance the UEFI Shell’s capability.
shell
- shell命令解释器的源码,实现内部外部命令及管道重定向等-shell command interpreter source code, to achieve internal and external commands and pipes and redirection
shell.c
- shell命令解释器源码,主要包含cd、ls、mkdir、cp等一些命令的实现-shell command
EFI_Shell
- EFI SHELL 命令的具体说明,对写EFI SHELL scr iptE 有很大帮忙。-Specific instructions EFI SHELL command to write EFI SHELL scr iptE a great help.
LINUX-and-UNIX-Shell
- 详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题。本书内容全面、文字简洁流畅,适合Shell编程人员学习、参考。 -Details of the shell programming skills, a variety of UNIX commands and syntax, but also involves the word processing under UNIX as well as a small amount of system
shell
- 讲述linux开发的shell语言的编写,和命令。-Write about the linux shell language development, and commands.
linux命令行和shell基础版学习
- linux命令行和shell基础版学习,针对性的讲解了shell和命令行的基础知识,适合新手学习和查阅。