du -ah --max-depth=1 This is the result I want a Shows all the files and folders in the directory ( No subdirectories ),h In a way that humans can understand ,max-depth Indicates the depth of the directory .
du -sh Catalog # Look at the size of the directory
du -sh file # View file size
df -h Check the usage of the mount disk