Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

nohup linux 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 :: linux change user in terminal 
Shell :: make shortcut folder in windows 
Shell :: git clone in 
Shell :: dump database docker 
Shell :: install ag in mac 
Shell :: git push -u rejected 
Shell :: shell script mac 
Shell :: linux killed 
Shell :: revert commit git 
Shell :: how to add proxy to your command line linux 
Shell :: git Config User with Cli 
Shell :: java to jar 
Shell :: install notion enhancer 
Shell :: mac zip with password 
Shell :: pipe command in linux 
Shell :: gcloud check region 
Shell :: scale deployment 
Shell :: bash copy file 
Shell :: how to install cuda on ubuntu 
Shell :: installation of genymotion on ubuntu 
Shell :: how to WSL2 
Shell :: git discard all unpushed commits 
Shell :: what is a shell 
Shell :: pip install requireents 
Shell :: git pull with ssh 
Shell :: how to run shell script 
Shell :: yarn remove 
Shell :: bash compare two files 
Shell :: discard all changes 
Shell :: install solana anchor 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =