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]