Hallo Stefan, Am 04.05.2010 09:55, schrieb Stefan Weigel:
> > Am 04.05.2010 09:38, schrieb michael: > >> chmod [ug]o-w Dateiname ;-) > > Ne, geht nicht: > geht doch, lass einfach die eckigen Klammern weg. Die Werte in den Klammern sind Optionen für Eigentümer, Benutzer oder Gruppe - oder alle zusammen (ugo) Also: ~$ chmod ugo-w test.odt ~$ chmod u-w test.odt ~$ chmod g-w test.odt ~$ chmod o-w test.odt Viele Grüße Gerhard --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
