[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ? statt Berechtigungen von Verzeichnis



Am Donnerstag 23 Oktober 2008 schrieb Pascal Tritten:
> Hallo zusammen

Hi,

> Ich habe in einem von Postfix erstellten Verzeichnis folgend Ausgabe
> von "ls -al"
>
> drwx------   2 vmail vmail     48 2008-08-11 20:00 courierimapkeywords
> -rw-r--r--   1 vmail vmail     36 2008-08-11 20:00
> courierimapsubscribed -rw-r--r--   1 vmail vmail     15 2008-08-11
> 20:00 courierimapuiddb -rw-r--r--   1 vmail vmail    169 2008-07-31
> 09:15 courierpop3dsizelist drwx------   2 vmail vmail 503984 2008-08-11
> 19:31 cur
> drwx------   6 vmail vmail    256 2008-08-11 20:00 .Drafts
> ?---------   ? ?     ?          ?                ? new
> drwx------   6 vmail vmail    256 2008-08-11 20:00 .Sent
> drwx------   2 vmail vmail     48 2008-10-23 21:53 tmp
> drwx------   6 vmail vmail    256 2008-08-11 20:00 .Trash
>
> Was sollen die Berechtigungen von "new"? Wie kriege ich das weg und
> wieder ein Verzeichnis mit den normalen Berechtigungen?
>
> Danke für einen Tipp!

Es muss kein Dateisystem- oder RAM-Fehler und auch kein 
Netzwerk-Dateisystem mit unterbrochener Netzwerk-Verbindung sein.

martin@shambhala:~/Zeit> mkdir verz
martin@shambhala:~/Zeit> echo "Hallo" >verz/hallo
martin@shambhala:~/Zeit> ls -ld verz
drwxr-xr-x 2 martin martin 18 29. Okt 10:27 verz
martin@shambhala:~/Zeit> chmod og-rwx verz
martin@shambhala:~/Zeit> chmod u=r verz
martin@shambhala:~/Zeit> ls -l verz
ls: Zugriff auf verz/hallo nicht möglich: Keine Berechtigung
insgesamt 0
?????????? ? ? ? ?             ? hallo
martin@shambhala:~/Zeit#1> cat verz/hallo
cat: verz/hallo: Keine Berechtigung
martin@shambhala:~/Zeit#1> chmod u=x verz
martin@shambhala:~/Zeit> ls -l verz
ls: Öffnen von Verzeichnis verz nicht möglich: Keine Berechtigung
martin@shambhala:~/Zeit#2> cat  verz/hallo
Hallo

;-)

Ciao,
-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA  B82F 991B EAAC A599 84C7

Attachment: signature.asc
Description: This is a digitally signed message part.


Reply to: