文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>linux下查看磁盘剩余空间和文件夹大小的方法

linux下查看磁盘剩余空间和文件夹大小的方法

时间:2011-06-03  来源:itbird

df -hl 查看磁盘剩余空间  

du -sm 文件夹 返回该文件夹总M数

更多功能查看: df --help即df的man手册

 用法:du [选项]... [文件]... 总结每个文件的磁盘用量,目录则取总用量。 长选项必须用的参数在使用短选项时也是必须的。 

  1. df -hl 查看磁盘剩余空间
  2. du -sm 文件夹
  3. 返回该文件夹总M数
  4. 更多功能查看:
  5. df --help
  6. du --help
  7. du --help
  8. 用法:du [选项]... [文件]...
  9. 总结每个<文件>的磁盘用量,目录则取总用量。
  10. 长选项必须用的参数在使用短选项时也是必须的。
  11. -a, --all             write counts for all files, not just directories
  12.       --apparent-size   print apparent sizes, rather than disk usage; although
  13.                           the apparent size is usually smaller, it may be
  14.                           larger due to holes in (`sparse') files, internal
  15.                           fragmentation, indirect blocks, and the like
  16. -B, --block-size=SIZE use SIZE-byte blocks
  17. -b, --bytes           equivalent to `--apparent-size --block-size=1'
  18. -c, --total           produce a grand total
  19. -D, --dereference-args dereference FILEs that are symbolic links
  20. -H                    like --si, but also evokes a warning; will soon
  21.                         change to be equivalent to --dereference-args (-D)
  22. -h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G)
  23.       --si              like -h, but use powers of 1000 not 1024
  24. -k                    like --block-size=1K
  25. -l, --count-links     count sizes many times if hard linked
  26. -L, --dereference     dereference all symbolic links
  27. -P, --no-dereference don't follow any symbolic links (this is the default)
  28. -0, --null            end each output line with 0 byte rather than newline
  29. -S, --separate-dirs   do not include size of subdirectories
  30. -s, --summarize       display only a total for each argument
  31. -x, --one-file-system skip directories on different filesystems
  32. -X FILE, --exclude-from=FILE Exclude files that match any pattern in FILE.
  33.       --exclude=PATTERN Exclude files that match PATTERN.
  34.       --max-depth=N     print the total for a directory (or file, with --all)
  35.                           only if it is N or fewer levels below the command
  36.                           line argument; --max-depth=0 is the same as
  37.                           --summarize
  38.       --help     显示此帮助信息并离开
  39.       --version 显示版本信息并离开
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载