您好,登錄后才能下訂單哦!
screen
yun install -y screen
screen 進入screen窗口
ctrl +a +d 退出screen窗口
screen ls 查看已經在后臺運行的screen
在screen窗口中輸入運行top或者vmst命令然后退出
ps aux | grep -E 'top|vmst'
查看剛才在screen中運行的top或者vmst服務
[root@hatch ~]# screen #創建一個screen會話 [root@hatch ~]# screen -S test #創建一個帶名字的screen會話,并且attached模式 [root@hatch ~]# screen -dm test1 #并默認是detached模式,也就是建好之后不會連上去。 [root@hatch ~]# screen -d -r test2 #結束當前screen并回到test2這個screen [root@hatch ~]# screen -ls #查看所有會話 There are screens on: 8504.test2 (Detached) 8010..hatch (Detached) 8060.test1 (Detached) 6275.test (Attached) 6199.pts-3.hatch (Detached) 5 Sockets in /var/run/screen/S-root. [root@hatch ~]# screen -r 8060(or test1) #恢復到以前的離線screen進程 [root@hatch ~]# Ctrl+a+d #按Ctrl+a,然后再按d即可保留Screen [detached] #這時會顯示出這個提示,說明已經保留好Screen了 [root@hatch ~]# exit #如果你工作完成的話,這樣就表示成功退出了 [screen is terminating] [root@hatch ~]# Ctrl+a+n #下一個screen 會話 [root@hatch ~]# Ctrl+a+p #上一個screen 會話 [root@hatch ~]# Ctrl+a+c #創建新的screen 會話
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。