博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
如何用crontab运行一个图形化界面的程序
阅读量:5052 次
发布时间:2019-06-12

本文共 556 字,大约阅读时间需要 1 分钟。

crontab是linux中定时任务的

执行crontab -e可以编辑定时列表(export DISPLAY=:0 指定显示器或者export DISPLAY=localhost:0)

15 13 * * * export DISPLAY=:0 && gedit

 

root@ubuntu:~# crontab --helpcrontab: invalid option -- '-'crontab: usage error: unrecognized optionusage:    crontab [-u user] file    crontab [ -u user ] [ -i ] { -e | -l | -r }        (default operation is replace, per 1003.2)    -e    (edit user's crontab)    -l    (list user's crontab)    -r    (delete user's crontab)    -i    (prompt before deleting user's crontab)

 

转载于:https://www.cnblogs.com/maseng/p/3658530.html

你可能感兴趣的文章
linux日常管理-系统进程查看工具-ps
查看>>
HandlerThread&Looper&MessageQueue
查看>>
ROM的一种写法
查看>>
VIM Taglist + ctags
查看>>
supervisord
查看>>
ubuntu10.04安装x264库
查看>>
●数组及应用举例
查看>>
__int128的实现
查看>>
R 读取clipboard内容 (MAC)
查看>>
Problem - 1118B - Codeforces(Tanya and Candies)
查看>>
jdk1.8 api 下载
查看>>
svn 图标不显示
查看>>
getElement的几中属性介绍
查看>>
iOS 使用Quartz 2D画虚线 【转】
查看>>
平面最接近点对
查看>>
HTML列表,表格与媒体元素
查看>>
PHP、Java、Python、C、C++ 这几种编程语言都各有什么特点或优点?
查看>>
ionic android升级检查
查看>>
sld一张图
查看>>
树莓派连接wifi
查看>>