搜索资源列表
shell.c.tar
- example of shell which include the commands about them. 谋t runs eaisly the unix.(ubuntu/pardus/suse)
linuxcmd
- 在平常的作业中,有时候老师让自己实现诸如cat等类的程式,有时候叫用shell实现,有时候用c实现,不过我经常一点头绪都没有,不过我想到 linux开源的,命令代码能拿来参考下阿,所以我就想看看linux命令的原始码,于是就开始了摆渡狗狗的搜索过程。从结果来看,有两种情况,一种是给予rpm的包的形式;另一种是基于deb包的形式。具体我也不知道该怎么描述,总之就是一种redhat的源码查看,一种是debian的源码查看。我是用的ubuntu,基于debian的,所以先前按照rpm的方式怎么也不奏效
ubuntuShell
- ubuntu下 shell 编程ubuntu programming shell of a good source for reference-ubuntu programming shell of a good source for reference
OperatingSystemUbuntu
- A complete research carried on Ubuntu operating system. includes all its features, how to install, its kernal, shell and many more details.
myShell
- 在ubuntu下自己实现的shell, 可以输入常见的命令。-Ubuntu achieved in under their own shell, you can enter common commands.
CD.tar
- 改写了《Linux程序设计》第二章shell编程最后面的CD唱片应用程序,欢迎大家指教。我的环境是Ubuntu 9.04。-Very simple example shell scr ipt for managing a CD collection.
assignment2
- creating your own shell for on ubuntu with c-creating your own shell for on ubuntu with c++
vim7-install
- 自动安装vim多系统支持,svn支持,支持自动更新,支持ubuntu centos fc 等系统。-auto install vim shell scr ipt!
lab-tk1942-0001.pdf.tar
- INITIAL STEPS TO LOGIN INTO UBUNTU WORKSTATION 1. Boot into Ubuntu OS. Refer to your lab tutor on how to do this. 2. Login into the Ubuntu workstation using your supplied login and password. 3. Open Ubuntu’s terminal client by any of the metho
Ubuntu-Reference-Manual
- 本书《Ubuntu 参考手册》的目的是对整个Ubuntu 系统作一个全面的介绍,提供一本 “安装之後的”用户使用手册。本手册的读者应该愿意阅读shell 脚本(scr ipts)。我也假定读者在阅读之前已经具备了类Unix 系统的基本操作技能。-Book " Ubuntu Reference Manual" is to the entire Ubuntu system as a comprehensive introduction to provide an " i
Ubuntu-chinese
- 本书《 Ubuntu 参考手册》的目的是对整个 Ubuntu 系统作一个全面的介绍,提供一本 “ 安装之後的 ” 用户使用手册。本手册的读者应该愿意阅读 shell 脚本( scr ipts )。-Book " Ubuntu Reference Manual" is to the entire Ubuntu system as a comprehensive introduction to provide an " installation" user m
LINUX-and-UNIX-Shell
- 学习ubuntu的基本shell 命令,pdf 文件,含30 个文件,-Learn the basic shell commands ubuntu, pdf file, containing 30 documents,
shell
- Linux ubuntu下类shell指令的实现代码-Under Linux ubuntu, shell-like command s complement
Shell
- 在Ubuntu下的Shell编程,实现同学通讯录系统,包括添加,删除,列表,排序功能-Shell programming in Ubuntu students address book system, including add, delete, list, sort function
DSL_Password_Viewer
- 这个是ubuntu下的宽带账号查看器,是用shell语言写的。大家在学习shell编程的时候,可以作为参考。-This is ubuntu broadband account viewer, written with the shell language. Learning shell programming can be used as reference.
Ubuntu
- 《Ubuntu 命令技巧手册》非常实用的linux shell 命令-Ubuntu shell
Ubuntu-source-Definitive-Guide
- 《Ubuntu权威指南》首先介绍Ubuntu Linux系统的安装与GNOME桌面环境,然后从基本命令行入手,由浅入深,逐步阐述Linux系统的基本概念与原理,同时给出大量的应用实例。在此基础上,对Linux系统的各种文件系统、Shell编程、进程管理、软件管理、磁盘空间管理、用户管理、系统启动过程、作业调度与系统日志、TCP/IP网络管理与应用、OpenSSH、DNS、NFS、Samba、Apache服务器与MySQL数据库等方面进行了深入的讨论。 《Ubuntu权威指南》内容丰富,语言流
Unix.Shell
- Ubuntu.Shell编程指南,详细指导学习者学习linux编程。-Ubuntu.Shell Programming Guide, a detailed guide learners linux programming.
shell
- ubuntu linux 模拟shell终端,可以实现简单的命令,如查询,进入,删除,建立文件等-ubuntu linux shell terminal simulation, can achieve a simple command, such as a query, enter, delete, create files, etc.
shell
- 程序要求: (1) 程序运行时,先显示欢迎信息; (2) 创建一个新的用户。用户名为本人的姓名拼音缩写加学号的后两位 (3) 在本人的主目录下创建目录,目录的名称为本人的学号 (4) 在新创建的目录下,创建一个新文件,文件名为本人的姓名全拼 (5) 修改文件的权限为-rwxr--r--; (6) 判断文件是否可读,如果可读,显示“File yangchuanying is readable.”,否则,显示“File yangchuanying is not readable.”