Linux screen命令
linux screen 命令詳解
功能說明:
使用telnet或SSH遠端登入linux時,如果連線非正常中斷,重新連線時,系統將開一個新的session,無法恢復原來的session.screen命令可以解決這個問題。Screen工具是一個終端多路轉接器,在本質上,這意味著你能夠使用一個單一的終端視窗執行多終端的應用。 語 法: screen [-AmRvx -ls -wipe][-d <作業名稱>][-h <行數>][-r <作業名稱>][-s ][-S <作業名稱>] 補充說明: screen為多重視窗管理程式。此處所謂的視窗,是指一個全螢幕的文字模式畫面。通常只有在使用telnet登入主機或是使用老式的終端機時,才有可能用到screen程式。 參 數: -A 將所有的視窗都調整為目前終端機的大小。 -d <作業名稱> 將指定的screen作業離線。 -h <行數> 指定視窗的緩衝區行數。 -m 即使目前已在作業中的screen作業,仍強制建立新的screen作業。 -r <作業名稱> 恢復離線的screen作業。 -R 先試圖恢復離線的作業。若找不到離線的作業,即建立新的screen作業。 -s 指定建立新視窗時,所要執行的shell。 -S <作業名稱> 指定screen作業的名稱。 -v 顯示版本資訊。 -x 恢復之前離線的screen作業。 -ls或--list 顯示目前所有的screen作業。 -wipe 檢查目前所有的screen作業,並刪除已經無法使用的screen作業。 常用screen引數: screen -S yourname -> 新建一個叫yourname的session screen -ls -> 列出當前所有的session screen -r yourname -> 回到yourname這個session screen -d yourname -> 遠端detach某個session screen -d -r yourname -> 結束當前session並回到yourname這個session |
相關文章
- Linux screen 命令詳解Linux
- linux之screen命令使用Linux
- [linux] 使用Screen後臺執行命令Linux
- screen 命令及其示例
- screen 命令示例:管理多個終端會話會話
- [20191217]Linux screen Command學習筆記.txtLinux筆記
- 【Linux命令】grep命令Linux
- Linux命令—–CP命令Linux
- linux命令大全-linux命令使用和管理Linux
- Screen 用法
- Linux命令Linux
- Linux命令(1)——xargs命令Linux
- Linux命令之lldptool命令Linux
- Linux命令篇 - sed 命令Linux
- Linux命令篇 - grep 命令Linux
- Linux命令篇 - tar 命令Linux
- 天河2號-保持使用yhrun/srun時連線不中斷 (screen 命令教程 )
- Linux命令之rz命令與sz命令Linux
- screen.width
- screen.updateInterval
- screen.pixelDepth
- screen.height
- screen.fontSmoothingEnabled
- screen.deviceYDPIdev
- screen.deviceXDPIdev
- screen.colorDepth
- screen.bufferDepth
- screen.availWidthAI
- screen.availHeightAI
- screen使用教程
- screen-record
- linux每日命令(5):mkdir命令Linux
- linux-mysql命令,tomcat命令LinuxMySqlTomcat
- linux每日命令(2):cd命令Linux
- linux每日命令(18):whereis命令Linux
- linux每日命令(12):nl命令Linux
- linux每日命令(10):touch命令Linux
- linux每日命令(11):cat命令Linux