Hallo Richard.
chmod ist eine Unix-Funktion, unter Windows ist damit nichts anzufangen.
Sicher?
mkdir test
chmod 000 test
rmdir test
Zugriff verweigert
chmod 755 test
rmdir test
(Ein einfaches Deaktivieren der „schreibgeschützt“-Checkbox in den Ordnereigenschaften reicht hier im Übrigen nicht aus; auch dann kann das Verzeichnis noch nicht gelöscht werden.)
echo Hallo > test.txt
type test.txt
Hallochmod 000 test.txt
echo Welt >> test.txt
Zugriff verweigert
chmod 644 test.txt
echo Welt >> tet.txt
type test.txt
Hallo
Welt
Einen schönen Sonntag noch.
Gruß, Ashura
--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
mathbr:del.icio.us/ mathbr:w00t/
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
mathbr:del.icio.us/ mathbr:w00t/