- 设置系统为UTC时区
timedatectl set-timezone 'UTC'
- 查看磁盘剩余空间
df -h
- 查看目录及子目录占用空间
du --max-depth=1 -lh /var
其中--max-depth
表示子目录深度
- 列出当前服务
systemctl list-units
timedatectl set-timezone 'UTC'
df -h
du --max-depth=1 -lh /var
其中--max-depth
表示子目录深度
systemctl list-units