`
wangyanlong0107
  • 浏览: 480776 次
  • 性别: Icon_minigender_1
  • 来自: 沈阳
社区版块
存档分类
最新评论

linux下定时任务

 
阅读更多

1. /opt/test.sh

#!/bin/sh
cd /opt
java -jar test.jar

echo "1">>test.txt

 

//每天早上六点

2.crontab -e
0 6 * * * /opt/test.sh

 

ps:如果你用ssh远程客户端连接是看不到效果的。只能通过test.txt看到效果。

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics