To check the total os disk info:
df -h
*To sort the folder usage and sort by size: *
du -h --time /home/production-env/apps/[your_foldername]/archives | sort -h
About: Senior Software Engineer | Frontend Specialist | Laravel, Express,React
To check the total os disk info:
df -h
*To sort the folder usage and sort by size: *
du -h --time /home/production-env/apps/[your_foldername]/archives | sort -h