• 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

           

  • 相关阅读:
    automaticallyAdjustsScrollViewInsets
    Quartz 2D绘图
    手势识别
    多视图控制器跳转方法
    NSString和NSDate的转换
    遍历子视图中某个类型控件方法
    发布程序后的NSLog批处理
    searchDisplayController用法
    UIImagePickerController使用方法
    沙盒目录常用获取方式
  • 原文地址:https://www.cnblogs.com/lxgeek/p/2470582.html
Copyright © 2020-2023  润新知