Horje
linux run a program in the background Code Example
linux run a program in the background
# Basic syntax:
your_command & # or:
nohup your_command &
# Note, if you want to stop the job, run top or ps to get the process ID (PID)
#	and then run kill PID




Shell

Related
how to uninstall android studio in ubuntu 20.04 using terminal Code Example how to uninstall android studio in ubuntu 20.04 using terminal Code Example
tail access_log Code Example tail access_log Code Example
busybox ubuntu Code Example busybox ubuntu Code Example
git submodule update authentication Code Example git submodule update authentication Code Example
busybox Code Example busybox Code Example

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