hello friends.. im going to create a daemon in my linux cluster and i want to copy a /proc filesystem into master node. this is the contents of my crontab: */1 * * * * cp /proc/cpuinfo /root/montool/tiara_cpuinfo.dat > /dev/pts/6 ....the problem is at /dev/pts/6....this crontab just running on terminal 6...can anyone help me..how to make this crontab work on all nodes...so when i connect as terminal 3, i can see that the daemon is working.. thanks...