-
如果在crontab -e 退出时无法成功保存
今天登录服务器,发现之前所有的计划任务都不见了 然后尝试添加 [root@localhost ~]# crontab -l[root@localhost ~]#...
-
linux中删除指定日期之前的文件
要删除系统中就的备份文件,就需要使用命令了: #find /tmp -mtime +30 -type f -name *.sh[ab] -exec rm -f ...
-
删除指定日期之前或之后的文件或目录
删除指定日期之前或之后的文件或目录 -mtime +30 当天的30天前 -mtime -30 当天的30天后 -type f 类型为文件 -type d 类型...
-
centos6.5和centos7修改系统字符集
centos6.5和centos7修改系统默认字符集的方法不一样了,但是临时设置的都是一样的。 查看系统支持的字符集 [root@host3 ~]# local...
-
cannot change locale (en_US.UTF-8)
linux登录错误-cannot change locale (en_US.UTF-8): No such file or directory 问:使用Xhse...
-
Centos yum命令提示failed to set locale, defaulting to C
Centos yum命令提示failed to set locale, defaulting to C.UTF-8 问题 在输入yum命令是出现 Failed ...
-
Is the docker daemon running?
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docke...