Find the answer to your Linux question:
Results 1 to 3 of 3
Hi am new to Linux. I want to launch the program by specifying the time (for example launching the program after two hour from now). can somebody help on this.. ...
  1. #1
    Just Joined!
    Join Date
    Jan 2011
    Posts
    2

    Arrow About launching the program

    Hi am new to Linux. I want to launch the program by specifying the time (for example launching the program after two hour from now). can somebody help on this.. Thanks in advance!
    Last edited by vjgoudar; 01-21-2011 at 03:03 AM.

  2. #2
    Just Joined!
    Join Date
    Mar 2009
    Location
    Norway
    Posts
    52
    Quote Originally Posted by vjgoudar View Post
    Hi am new to Linux. I want to launch the program by specifying the time (for example launching the program after two hour from now). can somebody help on this.. Thanks in advance!
    look at the command 'at'. note that this will not work well with popping up an X-window, but for running server-like tasks at a later stage, at is your friend!

    Code:
    at now +2 hours -f /path/to/your/executable/file

  3. #3
    Just Joined!
    Join Date
    Jan 2011
    Posts
    2
    Thanks.. I am using bash command to execute the program. (for example bash vpat110a__.com) In this case how can i use 'at' command to launch the program by specifying time
    Last edited by vjgoudar; 01-21-2011 at 10:27 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •