viel space im tmp ordner aber was?

vikozo

Member
Hallo
auf meinem Server hab ich auf einer Homepage ein Disk full error bekommen.

also gemäss meinem verständnis ist

# ls --sort=size -alth
insgesamt 292K
drwxrwxrwt 7 root root 136K Sep 18 23:06 tmp
drwx------ 7 root root 4.0K Sep 18 23:01 root

das tmp file am vollsten

:/tmp# ls -alth
insgesamt 164K
drwxrwxrwt 7 root root 136K Sep 18 23:07 .
drwxrwxrwt 2 root root 4.0K Sep 18 23:01 .Test-unix
drwxr-xr-x 28 root root 4.0K Sep 18 22:59 ..
drwxrwxrwt 2 root root 4.0K Sep 18 20:49 .font-unix
drwxrwxrwt 2 root root 4.0K Sep 18 20:49 .ICE-unix
drwxrwxrwt 2 root root 4.0K Sep 18 20:49 .X11-unix
drwxrwxrwt 2 root root 4.0K Sep 18 20:49 .XIM-unix


was sind das für Verzeichnisse?
/tmp/.Test-unix# ls --sort=size -alth
insgesamt 144K
drwxrwxrwt 7 root root 136K Sep 18 23:08 ..
drwxrwxrwt 2 root root 4.0K Sep 18 23:08 .

woher kommen diese?
=================
mit df sehe ich folgendes

# df -h
Dateisystem Größe Benutzt Verf. Verw% Eingehängt auf
udev 3.9G 0 3.9G 0% /dev
tmpfs 793M 17M 776M 3% /run
/dev/sda1 330G 282G 31G 91% /
tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock

wie komme ich ins verzeichnis 91% / ?

vielen dank für feedbacks

gruss
vinc
 

Till

Administrator
Dein /tmp is nicht voll. Wenn due die Größe von Vereichnissen bestimmen willst, musst Du einen anderen Befehl nehmen. z.B.:

cd /
du -h --max-depth=1
 

Werbung

Top