Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. akaKul

    BASH detaching from tty when run in background with '&'

    Hiyas, Ok the parameter thing will undoubtly work, but is a little cumbersome and eextreemly likely i will forget to use it :( Using 'nohup' doesnt unfortunatly detach the job from the issuing terminal fully, the session is inherrited and means that the 'tty' type woudl aalso be inherrited :(...
  2. akaKul

    cron

    You could on your server using crond: 0 1 * * * lynx http://palehorses.netfirms.com/script.pl (or any other text based browser yoru system has (ie links) ) Kul
  3. akaKul

    BASH detaching from tty when run in background with '&'

    Hi I have a bash script that I need to run both interactivly and non-interactivly (ie via crond or using '&'). This script echo's my lovely junk to the terminal if run interactivly, or to a file if run via crond. I use: (Which works fine!!) if [ -z $(tty) ]; then exec > the_file 2>&1...

Part and Inventory Search

Back
Top