• 爱情文章
  • 亲情文章
  • 友情文章
  • 生活随笔
  • 校园文章
  • 经典文章
  • 人生哲理
  • 励志文章
  • 搞笑文章
  • 心情日记
  • 英语文章
  • 范文大全
  • 作文大全
  • 新闻阅读
  • 当前位置: 山茶花美文网 > 心情日记 > 正文

    linux系统常用命令有哪些?|linux系统命令大全

    时间:2020-04-10来源:山茶花美文网 本文已影响 山茶花美文网手机站

    这里介绍几个Linux的常用命令

    当在同一行的2个命令使用semicolon也就是分号;分隔时,表示第一个command将在后一个command开始时完成,例如

    ls -F /etc;ls -F /home

    linux系统常用命令有哪些?1 Linux有命令行自动补齐功能,输入命令行的前面几个字符可以连续按下2次tab键或者Esc键给出提示,如果只有以首字母开始的唯一一个命令,则系统会自动补齐,例如输入dm,按下2次tab键或者2次Esc键,效果如下

    linux系统常用命令有哪些?2 默认的Linux命令行使用的是emacs编辑器,有很多功能

    ctrl+b move back one character

    linux系统常用命令有哪些?3 在命令行编辑时光标cursor的back和forward

    ctrl+f=move forward one character

    del=delete the character to the left of the cursor

    linux系统常用命令有哪些?4 ctrl+a=move to the start of the line

    ctrl+e=move to the end of the line

    esc+f=move forward a word

    esc+b=move backward a word

    ctrl+l=clear the screen,reprinting the current line at the top

    按下control加小写的L将清除屏幕,并把当前行移动到屏幕的top

    linux系统常用命令有哪些?5

    • linux系统常用命令有哪些?|linux系统命令大全 相关文章:
    • 爱情文章
    • 亲情文章
    • 友情文章
    • 随笔
    • 哲理
    • 励志
    • 范文大全