Linux

How to run shell script in background

We need sometime run the script in background 1. How to execute the script in Background Let us say you have created script call test_bg.sh Login to remote host with appropricate username and password Syntax $ nohup <scriptname> > <logname> & Example: $ nohup /home/oracle/mudhalvan/scripts/test_bg.sh > /home/oracle/mudhalvan/scripts/test_bg.log & 2. How to check any background jobs are running in this session
Read More »

« Newer Entries