Zum Inhalt springen

TYPO3 Academy 2010

Downloads and information on the lecture

Determine used storage space

If you want to determine the disk space occupied by a TYPO3 project, change to the project directory on the shell (SSH access):

cd typo3cms/projekt1

and enter the command

du -h

(disk usage, human readable). The subdirectories are now displayed with the disk space used in each case, and the total size of all directories is displayed at the end:

...
8.0K ./download/kickstarter/trunk/.settings/.svn/tmp/props
32K ./download/kickstarter/trunk/.settings/.svn/tmp
96K ./download/kickstarter/trunk/.settings/.svn
112K ./download/kickstarter/trunk/.settings
3.9M ./download/kickstarter/trunk
3.9M ./download/kickstarter
156M ./download
24K ./temp
3.2G .

This page contains automatically translated content.

Updated: 17.07.2024