Thursday, April 12, 2018

Run Program in background Linux

To run the process in background use & at the end of bash command
 ./idea.sh &  

To view the jobs running in background
 jobs  
Useful links

No comments:

Post a Comment

SQL INTERVIEW QUESTIONS AND ANSWERS