• 《深入理解计算机系统》第一节课课堂笔记(20135213)


    学习任务发布

    /*

    1. 重点学习 cheat、find、locate……
    2. 需要掌握的命令……

    补全在下方

    */

    1. 重点学习 cheat/find/locate/grep/man/whereis/which/apt-get

       查找帮助文档、各种示例多多练习,这几个命令会贯穿我们整个学习的学习,掌握这几个命令就可以很好学习其他命令了。

    2. 这学期需要掌握的命令有ac,apt-get,bzip2,cat,chgrp,chmod,chown,clear,compress,cp,dd,df,diff,du,dump,evn,find,finger,free,grep,gzip,head,kill,less,ln,locate,l,gout,ls,man,mkdir,more,mount,mt,mv,netstat,nslookup,od,passwd,patch,ps,pstop,pwd,rm,shell,sort,ssh,stty,tail,tar,telnet,touch,tree,uname,unzip,vi,vim,whereis,which,who,write等

    clear清屏

    man帮助

    man man打开帮助命令行

    总结9点

    重点一二章

    哪个命令不会用直接man+命令

    例如:man ls

    ls –l 显示所有文件信息

    重点知识:man –k sort 找到任何和sort相关的东西,快速排序

    网络协议

    cheat(欺骗、作弊)

    知道命令如何使用:cheat(列出这个命令的常用方法)

    例如:cheat find

    组合

    man –k sort | grep 3

     

    多关键字查找man –k k1 | grep k2 | grep k3

     

     

    根目录cd/

    pwd显示当前目录所在路径

    find

    locate

    whereis

    which

    grep

    grep  -nr XXX  /usr/include   (XXX为关键字)

     
  • 相关阅读:
    vue嵌套路由
    不同的网络出现的报错
    yarn 创建react项目时出现错误
    vue-awsome-swiper竖向滚动出现空白
    SpringBoot路径映射
    ApplicationRunner接口
    CommandLineRunner接口
    springboot创建拦截器
    Cors跨域请求
    springboot自定义异常视图
  • 原文地址:https://www.cnblogs.com/20135213lhj/p/4824499.html
Copyright © 2020-2023  润新知