美文网首页Linux学习与应用技巧
北大罗老师 Unix 10大专用命令

北大罗老师 Unix 10大专用命令

作者: 冻春卷 | 来源:发表于2020-02-13 00:07 被阅读0次

    按我前面文章继续反思:如何才能入门生信?中提到的学习方案执行
    第一部分:linux学习
    北大罗老师linux 10大常用命令

    现在讲的是十大Unix命令,粗略过了一下,至少有一半是我经常使用的命令


    image.png

    1. top

    top不愧是top,当我提交一个后台命令之后,我都会点一下top,看一下有没有在运行。


    top.png

    2. process: ps

    这个命令我总是串到photoshop那边去,在这里也还是进程的意思


    process.png

    3. passwd,password

    顾名思义了


    passwd.png

    4. w (我用不着)

    先放一段解释
    w is a command-line utility that displays information about currently logged in users and what each user is doing. It also gives information about how long the system has been running, the current time, and the system load average. 显示当前登录账户及其情况

    image.png
    如果我是管理员我会用得到,可我不是
    image.png

    5. last (我用不着)

    image.png

    6. ln: Create Symbolic Links 创建链接

    这个命令是用过的,比如有些数据很大,我不想把它拷贝到新的目录下,可以创建链接,直接指向原来的目录,这样就可以操作了。


    image.png

    7. find (需要学习)

    image.png

    8. tar

    The tar command is used to create tar archives by converting a group of files into an archive. It also has the ability to extract tar archives, display a list of the files included in the archive, add additional files to an existing archive, as well as various other kinds of operations.
    tar命令用于通过将一组文件转换为存档文件来创建tar存档。它还能够提取tar归档文件,显示归档文件中包含的文件列表,向现有归档文件添加附加文件,以及各种其他操作。

    tar.png

    9. gzip

    这个命令真的是熟悉啊,压缩和解压再常用不过了


    gzip.png

    10. man

    感觉类似help


    image.png
    我只是指示的搬运工,可以进行下一步啦~

    相关文章

      网友评论

        本文标题:北大罗老师 Unix 10大专用命令

        本文链接:https://www.haomeiwen.com/subject/ahehfhtx.html