Skip to content

Linux 运维 #74

Description

@huliuqing

查看磁盘使用

df -h

查看磁盘占用

du -h --max-depth=1

删除 30 天前的文件

find /test -mtime +30 -type f | xargs rm -rf

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions