Search
 
SCRIPT & CODE EXAMPLE
 

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]
Comment

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]
Comment

PREVIOUS NEXT
Code Example
Shell :: linux .desktop file for sh file 
Shell :: get all installed application in windiws in C# 
Shell :: linux backup command line 
Shell :: git, repository, new repository 
Shell :: git clone directory from repository 
Shell :: add vimplug 
Shell :: how to see map of branches in git 
Shell :: cannot open source file conio.h ubuntu 
Shell :: list of full path of file in text file ubuntu 
Shell :: how to sort in grep in second column in /etc/passwd 
Shell :: How to list unit files with systemctl command 
Shell :: cp all files except .git 
Shell :: jenkins graphic installation ubuntu 18.04 
Shell :: install sonic visualizer ubuntu 
Shell :: how to grep to a specidif line 
Shell :: how to install 
Shell :: git colorize log 
Shell :: how to pip install on command prompt 
Shell :: platform cli 
Shell :: nvcc issue in jetson nano 
Shell :: NGINX: connect() to unix:/var/run/php7.2-fpm.sock failed (2: No such file or directory) 
Shell :: sublime merge editor git 
Shell :: get serial number for server using powreshell 
Shell :: django-taggit display tags 
Shell :: rename a.out 
Shell :: debian grub set default kernel 
Shell :: launch edge from wsl 
Shell :: iptables linux 
Shell :: uninstall brew from mac 
Shell :: docker desktop ubuntu install 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =