查看目录占用空间
du -h -x --max-depth=1
查看文件夹内的文件占用空间
du * -sh | sort -hr
置主机名
hostnamectl set-hostname A-1
删除方向键记录
history -c
查看版本
cat /etc/redhat-release
查看cpu
cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c
查看php安装路径
whereis php
centos7关闭防火墙
systemctl stop firewalld
systemctl disable firewalld
修改时区
cp -f /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
y
清空指定文件内容
cat /dev/null > /var/log/messages