Browse > Home / Linux / Blog article: [命令集3.4]系统挂载点/磁盘使用情况

| 订阅RSS

[命令集3.4]系统挂载点/磁盘使用情况

三月 21st, 2009 Posted in Linux
# mount | column -t        # 显示系统已挂载分区情况
# df                       # 显示磁盘剩余空间和挂载的设备
# cat /proc/partitions     # 显示所有设备的所有分区(Linux)

相关文章

Tags: , ,

Leave a Reply