Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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]
 
PREVIOUS NEXT
Tagged: #close #virtual #window #created #screen #command #linux
ADD COMMENT
Topic
Name
6+3 =