CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - Linux 系统命令

搜索资源列表

  1. Linux-bixuemingling

    0下载:
  2. Linux提供了大量的命令,利用它可以有效地完成大量的工作,如磁盘操作、文件存取、目录操作、进程管理、文件权限设定等。所以,在Linux系统上工作离不开使用系统提供的命令。要想真正理解Linux系统,就必须从Linux命令学起,通过基础的命令学习可以进一步理解Linux系统。 不同Linux发行版的命令数量不一样,但Linux发行版本最少的命令也有200多个。这里笔者把比较重要和使用频率最多的命令,按照它们在系统中的作用分成下面六个部分一一介绍。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:156729
    • 提供者:刘云
  1. linuxtrycode

    0下载:
  2. linux文件系统试验 一、实验目的 学习有关linux文件管理程序如何组织的知识,为简化的文件系统设计并实现一组目录操作。实验中使用软盘的fat12格式,设计一个程序可以对这种格式的磁盘进行一组目录操作。 实验使用了部分linux的系统调用,比如说open() sleek() read() write()几个调用。通过此实验来对linux的文件系统的管理有进一步的理解。 二、实验要求 主要实现三个功能:一 读取磁盘目录的目录列表。(命令输入 ls )
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-18
    • 文件大小:338109
    • 提供者:jialin
  1. Linux

    0下载:
  2. 对linuix 文件系统的模拟,包含了若干文件命令,是用c语言实现的。-Linuix file system on the simulation, the order contains a number of documents is achieved with c language.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:347499
    • 提供者:lutao
  1. lab1

    0下载:
  2. Nachos上开发的一个初级shell。Shell支持cd, dir, clr, environ, echo, help, pause and quit命令;上述命令之外的其他命令通过系统调用fork和exec创建子进程实现; -Nachos on the development of a primary shell. Shell support cd, dir, clr, environ, echo, help, pause and quit order the order other
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:2807
    • 提供者:陈忠俊
  1. Linux_101_Hacks_CN

    0下载:
  2. 哈工大IBM小组Linux系统入门级介绍,包含大量常用命令,-The entry-level Linux System Introduction
  3. 所属分类:OS Develop

    • 发布日期:2017-05-03
    • 文件大小:1217796
    • 提供者:fanyuchuan
  1. ucc160

    0下载:
  2. ucc是一个编译器驱动器,在运行过程中,它会首先调用预处理器对C文件进行预处理, 然后依次调用编译器和汇编器生成目标文件,最后调用链接器将多个目标文件以及 库文件链接在一起生成最终的应用程序。 目前,ucc支持运行在Intel X86平台上的Linux和Windows操作系统。 当解压下载的源码后,系统中会产生一个名为ucc的目录,该目录的组织如下: driver 驱动器实现 ucl C编译器实现 doc 文档,中英文版本的ucc使用手册以及ucc内
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:700398
    • 提供者:飞轩泠
  1. MPI-demand

    0下载:
  2. MPI一些使用的命令和函数,常用命令是在linux系统下使用的。是MPI基础知识-MPI commands and functions that use of the commonly used commands in the linux system to use. Is a basic knowledge of MPI
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:12775
    • 提供者:xiangming
  1. 112

    0下载:
  2. 进程,文件系统管理,linux+shell简单命令)-Processes, file system management, linux+ shell simple command)
  3. 所属分类:OS Develop

    • 发布日期:2017-05-02
    • 文件大小:523429
    • 提供者:lishangxi
  1. LinuxOS-

    0下载:
  2. 为使用Linux系统的编程者或普通用户提供一个命令行使用说明书,让他们更好地使用该操作系统!-Linux system programming or user manual provides a command line to enable them to make better use of the operating system!
  3. 所属分类:Driver develop

    • 发布日期:2017-11-24
    • 文件大小:29603
    • 提供者:张运
  1. command

    0下载:
  2. linux系统命令学习的必要资源看,电子书,网站俱全。-linux system commands to learn the necessary resources to see, e-books, websites and taste.
  3. 所属分类:Compiler program

    • 发布日期:2017-10-30
    • 文件大小:1101850
    • 提供者:陈鹏
  1. in_net_process_list

    0下载:
  2. 纯lua实现,可供c/c++/java等任何lua环境调用,支持linux系统下读取全部联网进程详情:PID、端口、cpu占用、内存占用、命令行。-Pure lua implementation, any lua environment called c/c++/java, etc. available to support the reading process under linux systems are all networked Details: PID, ports, cpu occ
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-10
    • 文件大小:1298
    • 提供者:张伟
  1. MakeSystem

    0下载:
  2. linux下C/C++编译脚本。本源码封装makefile系统的格式的命令,只需对源码进行少量修改(修改make/head.mk)便可以进行交叉编译。不进行交叉编译的同学可以直接修改makefile文件里面的字段(字段意义在对应文件内有说明)即可。本系统支持多级目录递归编译。-C/C++ Linux compiler scr ipt. This source code package makefile system format command, simply a small number of
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:3372
    • 提供者:自由随心
  1. Shell

    0下载:
  2. 本软件类似于Linux系统下的Shell命令行解释器,根据输入的不同命令,能够实现不同的功能,(绝对精彩),经过老师检查,成绩满分,程序功能已超出作业要求。-The software is similar to Linux Shell command line interpreter under the system, depending on the command input, it is possible to achieve different functions, (absolutel
  3. 所属分类:OS Develop

    • 发布日期:2017-05-07
    • 文件大小:1475657
    • 提供者:zhoumo
搜珍网 www.dssz.com