244
edits
m (removed category humour) |
No edit summary |
||
Line 98: | Line 98: | ||
This should have you back in action very shortly. However, if your screen is frozen and you can't figure out why, try asking a member of [[Helpdesk]] and they should know the answer :) | This should have you back in action very shortly. However, if your screen is frozen and you can't figure out why, try asking a member of [[Helpdesk]] and they should know the answer :) | ||
=== Killing screen === | === Killing screen while attached === | ||
Often enough new members (and often, experienced people) will make mistakes with screen that they can't fix. To kill screen altogether and start over, use: | Often enough new members (and often, experienced people) will make mistakes with screen that they can't fix. To kill screen altogether and start over, use: | ||
ctrl-a \ | ctrl-a \ | ||
Line 107: | Line 107: | ||
or even just type "exit" at the prompt. | or even just type "exit" at the prompt. | ||
=== Killing screen while detached === | |||
'''Warning''': using the ''kill'' command to do anything can be very dangerous if you don't know what you're doing. If you're unsure, reattach the screen you want to kill and follow the instructions above. | |||
If you have more than one screen session and you want to kill one of them, type "screen -dr" to get a list of the available screens (from the terminal which appears when you first log in to RedBrick). Note the '''number''' (also known as a process id, or pid) at the beginning of each screen name. This is the process number. Ensure you know which screen session is which. | |||
To kill a session, use this command | |||
kill -9 ''pid'' | |||
Where ''pid'' is the number of the session you want to kill. To then get rid of the dead screen session, type | |||
screen -wipe | |||
===More commands=== | ===More commands=== |
edits