按CTRL+ALT+F7。根據(jù)查詢博客園所知,linux寫路由命令退出要按CTRL+ALT+F7即可。Linux是一種自由和開放源代碼的類UNIX操作系統(tǒng)。該操作系統(tǒng)的內核由林納斯·托瓦茲在1991年10月5日首次發(fā)布。
成都創(chuàng)新互聯(lián)公司專注為客戶提供全方位的互聯(lián)網(wǎng)綜合服務,包含不限于網(wǎng)站設計制作、成都做網(wǎng)站、館陶網(wǎng)絡推廣、成都小程序開發(fā)、館陶網(wǎng)絡營銷、館陶企業(yè)策劃、館陶品牌公關、搜索引擎seo、人物專訪、企業(yè)宣傳片、企業(yè)代運營等,從售前售中售后,我們都將竭誠為您服務,您的肯定,是我們最大的嘉獎;成都創(chuàng)新互聯(lián)公司為所有大學生創(chuàng)業(yè)者提供館陶建站搭建服務,24小時服務熱線:13518219792,官方網(wǎng)址:www.cdcxhl.com
linux下telnet命令在遠程登錄之后要怎么才能退出呢?下面由我為大家整理了linux的telnet退出命令的相關知識,希望對大家有幫助!
linux的telnet退出命令1、telnet 63.172.25.18 6463 回車
Trying 63.172.25.18...
Connected to 63.172.25.18 (63.172.25.18).
Escape character is '^]'.
linux的telnet退出命令2、ctrl + ] 回車
telnet
linux的telnet退出命令3、? 回車
close close current connection
logout forcibly logout remote user and close the connection
display display operating parameters
mode try to enter line or character mode ('mode ?' for more)
open connect to a site
quit exit telnet
send transmit special characters ('send ?' for more)
set set operating parameters ('set ?' for more)
unset unset operating parameters ('unset ?' for more)
status print status information
toggle toggle operating parameters ('toggle ?' for more)
slc change state of special charaters ('slc ?' for more)
auth turn on (off) authentication ('auth ?' for more)
encrypt turn on (off) encryption ('encrypt ?' for more)
forward turn on (off) credential forwarding ('forward ?' for more)
z suspend telnet
! invoke a subshell
environ change environment variables ('environ ?' for more)
? print help information
linux的telnet退出命令4、quit 回車
Connection closed.
1.如圖,vi 文件名,接著按回車即可打開對應的文件,如果沒有對應的文件,那么vi命令就會自動創(chuàng)建一個新的。
2.如圖,vi打開文件后是命令模式狀態(tài),要用i或者a命令才可進入可編輯的狀態(tài)喲。這里我就按a進入了編輯模式了哦。
3.如圖,在編輯模式的情況下敲完內容,這個時候就應該保存文件了。保存文件要按esc,這樣就會退回vi的命令模式喔。
4.按完esc后輸入冒號(英文的),然后就轉換到了末行模式了,末行模式?jīng)Q定是否保存文件。
5.如圖所示,末行模式下可以按x來保存,x命令可以保存編輯好的文件喲。
6.也可以用到wq來保存,如果是q!則不保存哦,這點要自己謹記在心,這里我就保存一下vi編寫的文件。
7.然后查看,查看用到了cat 文件名哦。
8.如圖所示,vi編寫的內容可以看到,這表明保存成功。