zoukankan      html  css  js  c++  java
  • Linux中部分命令英语全拼

    GUI——Graphical User Interface 图形终端
    CLI——Command Line Interface 命令行终端
    directory——目录
    ls—list files——列出
    cd—change directory——改变工作目录
    cp—copy files——复制文件
    mv—move files——移动文件
    rm—remove files——移除文件
    mkdir—make directory——创建目录
    su—switch user——切换用户
    rpm—redhat package manager——红帽子打包管理器
    pwd—print work directory——打印当前工作目录(绝对路径)
    df—disk free——显示磁盘可用空间数目信息及空间节点信息
    du—disk usage——磁盘使用率
    cat—concatenate——连接;查看文件内容
    ln -s —link -soft —— 软链接;创建一个软连接
    touch——触摸;创建新的文件
    man—manual pages——说明书;帮助
    mount——挂载
    umount——卸载
    tar—tape archive——磁盘归档
    bash—bourne again shell
    passwd—password——密码
    vi—very inconvenient——编辑器
    vim—vi imporved——vi改进
    wc—word count——字数统计
    grep—global regular expression print——全局正则表达式打印
    alias—create your own name for a command——微命令创建自己的名字;定义别名

    如果有错误或不详尽的地方,敬请留言指出。

    本文作者: 坏坏
  • 相关阅读:
    慕课网-安卓攻城狮视频学习及练习(二)
    慕课网-安卓攻城狮视频学习及练习(一)
    1126 Eulerian Path
    1127 ZigZagging on a Tree
    1128 N Queens Puzzle
    1129 Recommendation System
    1130 Infix Expression
    1131 Subway Map
    1132 Cut Integer
    1133 Splitting A Linked List
  • 原文地址:https://www.cnblogs.com/bad5/p/12424298.html
Copyright © 2011-2022 走看看