信息查看定时任务

uname -a
view all the information of the linux
 
 
cat /proc/cpuinfo
 
dmesg |grep CPU
find the cpu info
 
file /bin/ls  
find the bit of the system
 
lsb_release -a
find the release version
 
* * * * command
 
crontab -e
create new task
 
crontab -r
删除所有的任务
 
crontab -l
查看所有的任务
 
 
时间表达式
类似java的quartz
 
*     一个小时的第几分钟
*     一天中的第几小时
*     一个月中的第几个月
*     一年中的第几个月
*     一周中的星期几 0 7 都是星期天

猜你喜欢

转载自fypop.iteye.com/blog/2235902