In this tutorial im going to check how to check the disk usage information in linux using command.
1ste step :- Go to you directory which project you want to check the disk size.
Example :-
cd/opt/lampp/htdocs/.... your project name
Run below code to check the disk information.
du -h --max-depth=1