This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
In Virtualmin itself can use the Quota feature to supervise disk usage for servers' directories, but you cannot use that to show the space of ANY directory.
For that, you could use the Webmin function Others / Custom Commands and define a command like du -sh /home ; du -sh /home/* or so.
In Virtualmin itself can use the Quota feature to supervise disk usage for servers' directories, but you cannot use that to show the space of ANY directory.
For that, you could use the Webmin function Others / Custom Commands and define a command like
du -sh /home ; du -sh /home/*
or so.