und ich war blöd:

find ist das Programm, was die Dateien findet. Das braucht kein sudo.
sudo braucht der Befehl der ausgeführt wird (hinter exec)

also korrekt sollte klappen:

find /home/max/ -type d -exec sudo chmod 777 {} +

find /home/max/ -type f -exec sudo chmod 666 {} +


-- 
05ak

sbs 7.4.0 auf eee-box B202 unter ubuntu server 8.04 LTS
1x Boom, 1x SB3,1x softsqueeze 3.8 unter windows xp
------------------------------------------------------------------------
05ak's Profile: http://forums.slimdevices.com/member.php?userid=33095
View this thread: http://forums.slimdevices.com/showthread.php?t=69783

_______________________________________________
slimserver-de mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/slimserver-de

Antwort per Email an