介绍
在这个挑战中,你将扮演一名系统管理员,负责调查 Linux 服务器上的磁盘使用情况。你的任务是使用 df
和 du
命令来收集有关文件系统和目录大小的关键信息。这些强大的工具将帮助你分析磁盘空间利用率,并识别潜在的存储问题。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
linux(("Linux")) -.-> linux/SystemInformationandMonitoringGroup(["System Information and Monitoring"])
linux/SystemInformationandMonitoringGroup -.-> linux/df("Disk Space Reporting")
linux/SystemInformationandMonitoringGroup -.-> linux/du("File Space Estimating")
subgraph Lab Skills
linux/df -.-> lab-388099{{"磁盘使用侦探"}}
linux/du -.-> lab-388099{{"磁盘使用侦探"}}
end