zoukankan      html  css  js  c++  java
  • shell(3)

    -rw-r--r--              Access rights to the file.The first character indicated the type of file.

                                a leading dash means a regular file, while a 'd' indicates a directory.

                                the next three characters are the access rights for the file's owner,

                                the next three are for members of the file's group, and the final three

                                are for everyone else.

    file:

              the file command to determine a file's type.

    less:

            the less command is a program to view test files.

            command                          action

                 b                                scroll back one page

                 space                        scroll forward one page

                uparrow                      scroll up one line

                G                                 Move to the end of the test file

           

  • 相关阅读:
    Golang中使用set
    go 删除数组元素
    golang slice 简单排序
    WSGI 配置禁止反向DNS查找
    OpenStack Restful API框架介绍
    kubebuilder controller 资料学习
    package controllerutil
    JavaWeb开发好资料
    Hibernate3.6中文手册
    软件项目版本号的命名规则及格式
  • 原文地址:https://www.cnblogs.com/lxgeek/p/2470582.html
Copyright © 2011-2022 走看看