tmp kein Schreibrechte

Slowman

New Member
Kann mir Jemand helfen, wie ich wieder schreibrechte bekomme ?

Code:
:~# chmod 777 -r /tmp
chmod: Zugriff auf „tmp“ nicht möglich: Datei oder Verzeichnis nicht gefunden
h1204248:~# mc
Kann temporäres Verzeichnis »/tmp/mc-root« nicht anlegen: Das Dateisystem ist nur lesbar (30)
Es werden keine temporären Dateien erzeugt
Drücken Sie eine Taste zum Fortfahren...
 
Code:
h1204xxx:~# ls -l /
insgesamt 69
drwxr-xr-x  2 root root  4096 2008-01-22 13:55 bin
drwxr-xr-x  4 root root  1024 2007-10-14 01:43 boot
drwxr-xr-x 13 root root  3440 2008-01-23 13:45 dev
drwxr-xr-x 75 root root  4096 2008-01-23 10:39 etc
drwxr-xr-x  4 root root  4096 2007-12-03 07:06 home
lrwxrwxrwx  1 root root    28 2007-10-13 20:41 initrd.img -> boot/initrd.img-2.6.18-4-686
drwxr-xr-x 13 root root  8192 2007-12-28 13:08 lib
drwx------  2 root root 16384 2007-03-06 17:07 lost+found
drwxr-xr-x  2 root root  4096 2006-10-28 16:06 mnt
drwxr-xr-x  2 root root  4096 2007-03-06 17:09 opt
dr-xr-xr-x 64 root root     0 2008-01-23 10:39 proc
drwxr-xr-x  9 root root  4096 2008-01-05 06:53 root
drwxr-xr-x  2 root root  4096 2008-01-22 13:55 sbin
drwxr-xr-x  2 root root  4096 2007-03-06 17:09 srv
drwxr-xr-x 11 root root     0 2008-01-23 10:39 sys
drwxrwxrwt  4 root root  4096 2008-01-23 10:39 tmp
drwxr-xr-x 12 root root  4096 2007-10-14 01:42 usr
drwxr-xr-x 16 root root  4096 2007-12-01 19:56 var
lrwxrwxrwx  1 root root    25 2007-10-13 20:41 vmlinuz -> boot/vmlinuz-2.6.18-4-686


mount
Code:
h1204248:~# mount
/dev/hda3 on / type ext3 (rw)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/hda1 on /boot type ext2 (rw,nosuid,nodev)
 
Habe ich schon gemerkt, das ich schlampig war und korrekiert.

Ist jetzt oben mit der richtigen ausgabe .
 
Last edited by a moderator:
Back
Top