zoukankan      html  css  js  c++  java
  • 补:关于man关于SEE ALSO(参见)中代号与vim下常用命令

      1.查阅/etc/issue文件时,使用man issue发现manual中see also出现motd(5), agetty(8), mingetty(8)字样。以及文档行首的issue(5)究竟是什么意思。

      man man后解释为:

       1   Executable programs or shell commands-->shell下可执行程序或命令
         2   System calls (functions provided by the kernel)-->内核调用工具或函数
         3   Library calls (functions within program libraries)-->函数及函数库调用
         4   Special files (usually found in /dev)-->设备文件说明于/dev下
         5   File formats and conventions eg /etc/passwd-->文件格式或配置文件
         6   Games-->游戏
         7   Miscellaneous  (including  macro  packages  and  conventions), e.g.
             man(7), groff(7)-->包含惯例及协议等
         8   System administration commands (usually only for root)-->管理员的命令
         9   Kernel routines [Non standard]-->与内核有关的路径

    如上所释,issue文档可参见motd文档(message of the day)-->/etc/motd,及agetty与mingetty命令。

      2.利用vim在编辑.bash_history文档时重新熟悉vim下的编辑命令shortcuts。

    End-Eco.

    版权声明:本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文链接。
  • 相关阅读:
    jdbc调用存储过程和存储函数
    jdbc测试
    JDBC -JSP
    eclipse连数据库(sql server)的注意事项
    九大内置对象(新)
    application 全局对象
    编码:session
    建库和建表
    db vs dbm
    Source Insight异常退出,错误代码C0000005
  • 原文地址:https://www.cnblogs.com/SrtFrmGNU/p/6343830.html
Copyright © 2011-2022 走看看