摘要: crontab -l 显示所有任务crontab -e 编辑任务crontab -r 删除crontab 文件crontab -ir 删除crontab文件时,提醒用户注意:All user have the crontab file themself,and they are all diffen... 阅读全文
posted @ 2014-06-30 16:02 wxzhouq 阅读(100) 评论(0) 推荐(0)
摘要: ls -LS 按照大小降序排列ls -l |sort -n -k5 按照大小升序ls -lrt 按照时间降序ls -lnt 按照时间升序ls -l|grep -v "^d" 只显示文件ls -l -d */ 只显示目录ls -l |sort -k9 按照文件名称升序ls -lr 按照文件名降序ls ... 阅读全文
posted @ 2014-06-30 15:52 wxzhouq 阅读(536) 评论(0) 推荐(0)