在Ubuntu中,可以使用以下命令来查看存储空间大小:
df -h
该命令会显示磁盘挂载点、总大小、已用空间、可用空间和使用率。
du -sh /path/to/directory
其中,/path/to/directory是你想要查看的目录路径。该命令会显示该目录的总大小。
希望对你有所帮助!