• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    linux系统常用命令有哪些? semicolon命令的使用方法

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

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

    ls -F /etc;ls -F /home

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

    默认的Linux命令行使用的是emacs编辑器,有很多功能

    ctrl+b move back one character

    在命令行编辑时光标cursor的back和forward

    ctrl+f=move forward one character

    del=delete the character to the left of the cursor

    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系统时间怎么设置同步脚本或命令?

    linux系统怎么用命令切换用户?

    Linux查看系统信息的常用命令

    上一篇:Linux系统中查杀僵尸进程的基本方法讲解
    下一篇:在Linux系统中安装web端的远程连接工具Wetty
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    linux系统常用命令有哪些? semicolon命令的使用方法 linux,系统,常用,命令,有,