zoukankan      html  css  js  c++  java
  • 指令——df

    df是disk free 的简称,这个指令的功能和作用是查看磁盘空间。

    可以加上 -h 的选项,来提高可读性。

    [he@localhost ~]$ df -h
    文件系统(磁盘名称)      总容量  已用    可用   已用%     挂载点
    /dev/mapper/cl-root      17G        4.1G     13G     25%      /
    devtmpfs                 477M       0          477M      0%       /dev
    tmpfs                    493M      100K     493M     1%        /dev/shm
    tmpfs                    493M      7.1M     486M      2%       /run
    tmpfs                    493M       0          493M      0%       /sys/fs/cgroup
    /dev/sda1                1014M    173M    842M   18%     /boot
    tmpfs                     99M       8.0K      99M     1%       /run/user/1000
    /dev/sr0                      4.1G    4.1G          0     100%      /run/media/he/CentOS 7 x86_64

  • 相关阅读:
    2020.4.10个人总结
    CG-CTF simple machine
    CG-CTF Our 16bit wars
    CG-CTF Our 16bit Games
    CG-CTF single
    CG-CTF WxyVM2
    Go Channel 详解
    Go语言TCP Socket编程
    golang mysql demo
    YouCompleteMe unavailable: requires Vim compiled with Python 2.x support
  • 原文地址:https://www.cnblogs.com/getbird/p/10858618.html
Copyright © 2011-2022 走看看