autoscheduling [message #59069] |
Mon, 27 October 2003 03:58 |
M. Khaled
Messages: 67 Registered: April 2002
|
Member |
|
|
give me an example of autoscheduling command of linux.
I want to stop listener after some interval.
help please
|
|
|
|
|
Re: autoscheduling [message #59100 is a reply to message #59086] |
Tue, 28 October 2003 08:42 |
Thiru
Messages: 1089 Registered: May 2002
|
Senior Member |
|
|
do a 'man at' ..it has examples in it..
lets say I want to execute uptime at 10:56am and get the o/p redirected to a file..
<psfnadbd1: ></export/home/oracle> at 10:56am
at> uptime > test.dat
at> <EOT>
commands will be executed using /usr/bin/ksh
job 1067356560.a at Tue Oct 28 10:56:00 2003
<psfnadbd1: ></export/home/oracle> date
Tue Oct 28 10:56:00 EST 2003
<psfnadbd1: ></export/home/oracle> cat test.dat
10:56am up 7 day(s), 14:59, 9 users, load average: 0.93, 0.57, 0.48
|
|
|
autoscheduling/THIRU [message #59156 is a reply to message #59100] |
Fri, 31 October 2003 23:15 |
M. Khaled
Messages: 67 Registered: April 2002
|
Member |
|
|
dear
Still could not make any schedule.
where could i write the commands. suppose i want to execute ls -al command now what will be the procedure.
please write to me step by step
thanks
|
|
|