搜索资源列表
hsfmodem-7[1].43.00.01full.tar
- 一个Linux下的软猫驱动,我找了好多天才找到的-a Linux-driven soft cat, I find a lot of talent found
cat
- linux下实现cat操作,主要使显示文件的内容
cat
- linux下cat命令的源代码,有点长,看不太懂-linux cmd of cat,is a little long.
pppd-dial-CDMA
- 该代码是我在Linux的Fedora 9上配置拨号,串口CDMA猫拨号上的相关配置文件,ppp版本为2.4.4版本,CDMA为anydata的DTGS-800,AT指令为ATDT#777拨号上网。 实现了获得本地IP和服务器IP。 大家可以参考一下。-The code is my Fedora 9 on Linux, configure the dial-up, serial CDMA dial-up on the cat-related configuration files, ppp ver
Linux
- 安装完Linux操作系统后应该做的事情1. 启动系统 2. 用户登录 3. 修改口令 4. 退出登录 5. 关闭机器 6. 虚拟控制台 文件与目录操作 1. 文件名与文件类型 2. 目录结构 显示文件内容 1) cat命令 2) more命令 3) less命令 -After you have installed Linux operating system should do 1. Start System 2. User Login 3.
cat
- linux下 cat 命令的简单实现 适合初学者-a simple cat command under linux to achieve suitable for beginners
mycat
- linux下Cat 的简单C语言实现,模仿linuxcat程序-The C program like the cat in linux
cat
- 这是Linux系统中cat命令的源代码实现,希望能对热爱Linux的学习者有所帮助-This is the Linux cat command system, the source code, hoping to help learners love of Linux
cat
- 自己开发的一个基于UNBUNTU系统QT设计的网络聊天软件,用于linux系统聊天使用-Their development of a QT-based system designed UNBUNTU chat software for linux system to use chat
Linux-order
- Linux命令大全,例如:名称cat 使用权限所有使用者使用方式cat [-AbeEnstTuv] [--help] [--version] fileName -The Linux command Daquan, for example: cat using permissions for all users of cat [- AbeEnstTuv ] [- help] [- version] fileName
cp-touch-cat
- linux环境下 用c来实现部分shell指令的功能 cp touch cat等-with c under linux environment to achieve some function of the shell command cp touch cat, etc.
CAT.RAR
- lINUX dRIVER: CAT IMPLEMENTATION FOR BUSYBOX.
1
- C语言模拟Linux中的cat程序 可以实现cat在模拟Linux中的实现功能,是一款不错的代码-Cat program in C language simulation Linux cat can be achieved in the simulation of Linux to achieve function, is a good code
linux-full-version
- LIUX作业FROM BUPT 1.find /tmp –user tom –mtime +60 | xargs rm -rfv 2.cat sample.txt | tr A-Z a-z |tr –cs a-z\’ ‘\n’ | sort | uniq –c | sort –nr | head -10-LIUX job FROM BUPT 1.find/tmp-user tom-mtime+60 | xargs rm-rfv 2.cat sample.txt | tr AZ
LINUX-HOMEWORK
- LIUX作业FROM BUPT 1.find /tmp –user tom –mtime +60 | xargs rm -rfv 2.cat sample.txt | tr A-Z a-z |tr –cs a-z\’ ‘\n’ | sort | uniq –c | sort –nr | head -10 6.adduser sambausr1 passwd sambausr1 adduser sambausr2 passwd sambausr2 addgroup sa
cat
- 实现linux中cat指令的功能,仅供参考,有什么问题欢迎大家指出,共同学习,共同进步!-Implementation of cat directive function in Linux, for reference purposes only, have what problem welcome everyone points out, study together, progress together!
cat
- Linux Device Driver: Special EMT handler that sets EMTSignalled if invoked and increments pc by 6 = length of instruction fmoveml.
Linux命令大全(修改版)
- linux的命令大全,可以通过目录、索引、搜索进行检索(all commands of linux ,you can search through 'cat' 'index'\'search')
linux
- linux的基础命令使用,包含cat,mv等文件的基本操作(linux cat mv comm sort grep)
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