Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux run command in background and redirect output to file

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 :: how to paste in emacs 
Shell :: Installed Build Tools revision 32.0.0 is corrupted. Remove and install again using the SDK Manager 
Shell :: git clone in ubuntu 
Shell :: bash script copy array 
Shell :: Nextcloud Fedora 36 
Shell :: install portainer docker 
Shell :: install kivy 
Shell :: nuxt init 
Shell :: docker make container run forever 
Shell :: Redis::CommandError: MISCONF Redis is configured to save RDB snapshot 
Shell :: undo a git merge 
Shell :: add sudo user ubuntu 18 
Shell :: how to setup wordpress in docker 
Shell :: linux killall python 
Shell :: open path using terminal ubuntu 
Shell :: git file too long 
Shell :: how to go back in terminal 
Shell :: delete elem soup 
Shell :: install cuda driver in ubuntu 
Shell :: Git: push to create project 
Shell :: shell check if string contains substring 
Shell :: how to install add-apt-repository 
Shell :: How can I find out which users are in a group within Linux? 
Shell :: install bootstrap via npm 
Shell :: diff specific file git different branches 
Shell :: docker elasticsearch latest version 
Shell :: git pull from previous commit 
Shell :: wsl file 
Shell :: git discard unstaged files 
Shell :: react hook install 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =