常用命令 1、查看系统硬盘使用情况 df -h 2、查看系统内存使用情况 free -h 3、查看当前路径 pwd 4、查看当前目录下,各个文件夹的大小 du -sh * 5、查看指定文件夹的大小 du -sh /home/jetson/