Horje
nohup linux output Code Example
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




Shell

Related
linux run command in background and redirect output to file Code Example linux run command in background and redirect output to file Code Example
docker-compose ps Code Example docker-compose ps Code Example
git undo pushed commit Code Example git undo pushed commit Code Example
linux check docker version Code Example linux check docker version Code Example
find logs in kubernetes pods Code Example find logs in kubernetes pods Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8