Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

nohup redirect output

nohup ./myscript.sh							# output is in nohup.out
nohup ./myscript.sh > myscript.log &		# output is in myscript.log
nohup ./myscript.sh &						# runs in background
Comment

PREVIOUS NEXT
Code Example
Shell :: shell nohup 
Shell :: npm install package globally 
Shell :: uninstall all nuget packages 
Shell :: firewall-cmd add service 
Shell :: start uvicorn 
Shell :: how to delete a folder from the terminal ubuntu 
Shell :: docker run container in background 
Shell :: how to install prettier globally on mac 
Shell :: linux move all files to another folder 
Shell :: linux unrar multiple files 
Shell :: git how to update branch from master 
Shell :: how to make a folder into git repo 
Shell :: run latex from command line 
Shell :: rmdir directory not empty 
Shell :: tar extract to specific location 
Shell :: conda install tokenizers 
Shell :: could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432 
Shell :: delete tag beautifulsoup 
Shell :: cuda driver install in ubuntu 
Shell :: how to install pymongo 
Shell :: bash if substring in string 
Shell :: run ionic live 
Shell :: create branch from existing branch 
Shell :: @mui/material npm 
Shell :: how to add key pair to ec2 instance terraform 
Shell :: install tar.xz in ubuntu 
Shell :: ERR_NO_CERTIFICATES: Encountered adb error: NoCertificates. ionic 
Shell :: install torch 1.7.1 
Shell :: uninstall all extensions vscode 
Shell :: how to find all the dir in current working directory in linux 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =