Horje
how do i close my virtual window which is created by screen command in linux Code Example
how do i close my virtual window which is created by screen command in linux
$ screen
$ python3 manage.py runserver
[Here 'screen' command is used to create a new virtual window]
$ screen -r 
[Here "screen -r" command is used to Reattach to the screen session]
By: Rajesh Kumar Yadav[BT]
how do i close my virtual window which is created by screen command in linux
$ Ctrl-a + Ctrl-d 
[Used for detach from the screen session]




Shell

Related
enable docker at boot Code Example enable docker at boot Code Example
install kasm ubuntu Code Example install kasm ubuntu Code Example
check program installed c# Code Example check program installed c# Code Example
fatal: Not possible to fast-forward, aborting. Code Example fatal: Not possible to fast-forward, aborting. Code Example
ubuntu deactivate shift+numpad = number Code Example ubuntu deactivate shift+numpad = number Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13