CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - linux file system command

搜索资源列表

  1. mycp

    0下载:
  2. 使用 creat,read,write等系统调用实现在linux下文件复制命令-The use of creat, read, write, such as system calls in the implementation of the file copy command linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.5kb
    • 提供者:西风凋敝树
  1. LINUX

    0下载:
  2. 实现了linux系统对文件基本信息的获取功能,编译后可作为一个命令使用。-Implementation of the linux file system to obtain basic information functions, the compiler can be used as a command.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1.51kb
    • 提供者:lyh
  1. Linux

    0下载:
  2. 安装完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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:718.13kb
    • 提供者:lili
  1. ls

    0下载:
  2. linux的文件系统的ls命令,包括加入功能-a等选项,完善的ls命令-linux file system of the ls command, including adding features such as option-a perfect ls command
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:979byte
    • 提供者:still
  1. LINUX

    0下载:
  2. 写一个脚本文件checkuser,该脚本运行时带一个用户名作为参数,具体要求如下: 1)如果命令行格式不符合要求,应有错误提示信息; 2)在/etc/passwd文件中查找是否有该用户, 如有,则输出“Found <user> in the /etc/passwd file.” 否则,输出“No such <user> on our system” -Write a scr ipt file checkuser, the scr ipt run-ti
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:21.4kb
    • 提供者:蒙蒙
  1. Linux_Complete_Command_Reference

    0下载:
  2. Linux Complete Command Reference with more than 1500 pages of programs, hints, system cals and file formats
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-26
    • 文件大小:8.34mb
    • 提供者:TomasFilip
  1. Linux

    0下载:
  2. linux命令文件,很适合新手操作linux系统的学习最佳帮助文档-linux command file, linux operating system is suitable for beginners to learn the best help documentation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:350.73kb
    • 提供者:shy
  1. linux-mycp

    3下载:
  2. 实现文件复制:完成一个目录复制命令,包括目录下的文件和子目录。学习和掌握操作系统中与文件操作相关的概念,并使用系统提供的API编程实现。-Implementation file: a directory to complete the copy command, including the directory files and subdirectories. Learn and master the operating system and file operation related con
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-04-17
    • 文件大小:2kb
    • 提供者:daibin
  1. FTP_socket

    0下载:
  2. 在Linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在Linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the Linux system to c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:747.71kb
    • 提供者:gyh
  1. mytree

    0下载:
  2. linux下tree命令的简单实现,采用递归算法,几乎可以列出整个文件系统的内容!除文件着色外,其显示结果,排布基本和tree命令一样。 用gcc编译时需加参数 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64-simple linux command to achieve the next tree, using a recursive algorithm, almost the entire file system can list the contents!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:6kb
    • 提供者:守护者
  1. Linux-Basic-Command

    0下载:
  2. Connecting to the system and Disconnecting from the system, Text and graphic mode, Changing your password, Navigating through the file system, Determining file type, Looking at text files, Finding help
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:45.54kb
    • 提供者:Khalid
  1. rootimage-0

    0下载:
  2. Linux 根文件系统,该文件系统包括了启动过程中运行的脚本及命令文件-Linux Root file system,The file system includes a scr ipt that runs during startup command file.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:318.04kb
    • 提供者:zhoupeigong
  1. linux

    0下载:
  2. 在 linux 做开发或者系统管理遇到乱码是经常的事情,主要 windows windows下中文的默认编码是 gb2312 gb2312,而 linux 下是 utf -8。很多时候 涉及到和 windows windowswindows平台系统的通信免不了编码转 平台系统的通信免不了编码转 化,可能大部分人都用 iconv iconv iconv库函数(包含在 glib glibglib中)和 iconv iconv iconv命令来执行编码转换,今天 我 要推荐的是另一个 要推荐的是另一个
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:251.69kb
    • 提供者:wuyukun
  1. UNIX

    0下载:
  2. linux编程课件:控制命令、文件系统说明、控制语句及函数等-linux programming courseware: control command, the file system descr iption, control statements and functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-26
    • 文件大小:8.66mb
    • 提供者:
  1. linux-pdf

    0下载:
  2. 第1章Linux快速入门,第2章Linux基础命令,第3章Linux C编程基础,第4章嵌入式系统基础,第5章嵌入式Linux开发环境搭建,第6章文件IO编程,第7章进程控制开发,第8章进程间通信,第9章Linux多线程编程,第10章嵌入式Linux网络编程,第11章嵌入式Linux设备驱动开发,第12章嵌入式Linux Qt图形编程-Chapter 1 Linux Quick Start Chapter 2 Linux based command, Chapter 3 Linux C Prog
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-11
    • 文件大小:10.52mb
    • 提供者:jiezhou
  1. shadow-4.0

    0下载:
  2. linux环境下的命令包 包含很多的在嵌入式linux下没有的但是常用的命令 比如usera-a file that used in linux including some command we always use but do not cotain in embagedg system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-17
    • 文件大小:2.57mb
    • 提供者:周杰伦
  1. cp

    0下载:
  2. linux系统命令中的cp命令的编写,包括递归拷贝目录下面的文件/目录-linux system command cp command written recursively copy directory file/directory
  3. 所属分类:Driver develop

    • 发布日期:2017-11-14
    • 文件大小:7.1kb
    • 提供者:urey
  1. yaffs2-HEAD-bc76682.tar

    0下载:
  2. 最新yaffs2文件系统源码, 安装到linux命令如下./patch-ker.sh c m /usr/src/linux--The new source code of yaffs file system, command for install linux:./patch-ker.sh c m /usr/src/linux-x.x.xx
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:281.35kb
    • 提供者:深空
  1. busybox-1.22.1.tar

    0下载:
  2. Linux 上常用的嵌入式工具箱,可以用来制作根文件系统用到的命令工具-Common embedded toolkit on Linux, can be used to make root file system uses a command tool
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-24
    • 文件大小:3.12mb
    • 提供者:Fockey
  1. Simulation-File-System

    0下载:
  2. 模拟了linux中ex3文件系统的实现。将一个文件当作磁盘进行操作,呈现的效果类似linux命令行,可以实现cd,ls,创建文件/目录,删除文件/目录,读写文件- Analog implementation linux in ex3 file system. The disk as a file operation, showing the effect is similar to linux command line can be achieved cd, ls, create a fil
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:4.36kb
    • 提供者:王志祥
« 12 »
搜珍网 www.dssz.com