单项选择题X 纠错
用户hogan已经设置了以下crontab配置,根据该配置回答问题:
05 * * * * /usr/bin/who
10 04 * * * /usr/bin/find /home -size +100M
15 04 * * 1-5 /bin/weekly
A.每月1-5号早上4点15分
B.每月15日早上5:04
C.每周四下午3:04
D.每周一到周五4点15
你可能喜欢
单项选择题
A.每天早上10:04运行一次
B.每天早上4:10运行一次
C.每年10月4日运行一次
D.每年4月10日运行一次
单项选择题
A.每小时一次
B.每天一次
C.每周一次
D.每月一次
单项选择题
A.grep root /etc/group
B.echo root ∣grep /etc/group
C.echo /etc/group ∣grep root
D.A和C
单项选择题
A.echo ftp /etc/services
B.echo ftp < /etc/services
C.grep ftp -q /etc/services
D.grep ftp < /etc/services
单项选择题
A.grep–n sun /usr/share/dict/words
B.grep–N /usr/share/dict/words sun
C.grep–r sun /usr/share/dict/words
D.grep–r /usr/share/dict/words sun