← Back to team overview

ubuntu-server-tips team mailing list archive

[Bug 413108] Re: Ubuntu Server Tip: Screen

 

** Changed in: ubuntu-server-tips
       Status: Incomplete => Invalid

-- 
Ubuntu Server Tip: Screen
https://bugs.launchpad.net/bugs/413108
You received this bug notification because you are a member of Ubuntu
Server Tips, which is subscribed to Ubuntu Server Tips.

Status in Ubuntu Server Tips: Invalid

Bug description:
You can use screen to have multiple windows doing different tasks with [ctrl+a][c], use [ctrl+a][n] or [ctrl+a][p] to move across your windows. You could deatach the screen session with [ctrl+a][d] and then log outfrom your server. Come back when you need to, and attach again to your screen session with screen -x.

You also may want to check the screen-profiles package, it provides great setups for newcomers, and for the advanced users aswell. Screen also has an extensive man page which explains probably everything you need to know.