Discover space usage by directory

agodoo71

New member
Joined
Aug 3, 2023
Messages
1
Hello,
logged as admin in the DirectAdmin Panel I can see the total space disk usage on the right panel.

But is there a way to check space usage by directory? So that I can also for example discover how many space is used by website and email storage?


Regards,
Matteo
 
Maybe via the file manager, I don't know, never use that.
But as admin you should also have SSH access as root, you can use commands for that.

For example with something like this:
du -h --max-depth=1 /home/user/
ofcourse replace "user" with the correct username.
 
Back
Top