Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

screen

# to create screen session and name it
$ screen -d -m -S <sessionname>
# to detach screen 
CTRL+A+D
# to reattach
$ screen -r <sessionname>
Comment

PREVIOUS NEXT
Code Example
Shell :: command not available after yarn add global linux 
Shell :: cant install pyscopg2 win? 
Shell :: update surge project 
Shell :: add nvm 
Shell :: dhcpcd.service does not exist 
Shell :: start confluence service ubuntu 
Shell :: how to pip install on command prompt 
Shell :: install az cli wsl 
Shell :: use ampersand in query string 
Shell :: linux cli chart real time 
Shell :: nvcc issue in jetson nano 
Shell :: docker based setup 
Shell :: how to setup promethus on docker 
Shell :: k8s dashboartd 
Shell :: git create new repository 
Shell :: zsh wait for user input 
Shell :: Shell Script to Install Ansible AWX on centos 7 
Shell :: create a new repository on the command line github 
Shell :: copy one file to another in linux 
Shell :: how to turn on wireguard 
Shell :: how to calculate nearest location using longitude and latitude 
Shell :: comment creer un fichier en linux 
Shell :: git view entire log 
Shell :: set sublime text as git editor mac 
Shell :: bash make folders according to a list 
Shell :: bash command to move all files to a dir 
Shell :: print batch 
Shell :: realtek 
Shell :: golang compile with injected variable 
Shell :: regex in batch file 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =