学习参考:https://www.runoob.com/linux/linux-filesystem.html
1================
#显示当前根目录空间使用情况
df -h /
#察看磁盘占用
df -h /etc
#显示当前目录空间使用情况
du -hs
Linux目录结构和作用
https://blog.csdn.net/wangrongrongwq/article/details/79624797
为 Python 3 安装 pip :
sudo apt install python3-pip
https://linux.cn/article-10110-1.html