欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

linux系統(tǒng)常用命令有哪些? semicolon命令的使用方法

  發(fā)布時(shí)間:2015-12-21 08:36:09   作者:佚名   我要評(píng)論
linux系統(tǒng)常用命令有哪些?雖然linux系統(tǒng)和windows系統(tǒng)不同,但是他們都有自己的命令來執(zhí)行操作,怎么使用這些命令呢?下面我們實(shí)例分析包括semicolon命令在內(nèi)的常用命令的使用方法,需要的朋友可以參考下

這里介紹幾個(gè)Linux的常用命令

當(dāng)在同一行的2個(gè)命令使用semicolon也就是分號(hào);分隔時(shí),表示第一個(gè)command將在后一個(gè)command開始時(shí)完成,例如

ls -F /etc;ls -F /home

Linux有命令行自動(dòng)補(bǔ)齊功能,輸入命令行的前面幾個(gè)字符可以連續(xù)按下2次tab鍵或者Esc鍵給出提示,如果只有以首字母開始的唯一一個(gè)命令,則系統(tǒng)會(huì)自動(dòng)補(bǔ)齊,例如輸入dm,按下2次tab鍵或者2次Esc鍵,效果如下

默認(rèn)的Linux命令行使用的是emacs編輯器,有很多功能

ctrl+b move back one character

在命令行編輯時(shí)光標(biāo)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將清除屏幕,并把當(dāng)前行移動(dòng)到屏幕的top

相關(guān)推薦:

LINUX系統(tǒng)時(shí)間怎么設(shè)置同步腳本或命令?

linux系統(tǒng)怎么用命令切換用戶?

Linux查看系統(tǒng)信息的常用命令

相關(guān)文章

最新評(píng)論