rbakedq Wrote: 
> 
> [EMAIL PROTECTED] music]$ find . -type d -exec chmod 755
> find: missing argument to `-exec'
> 
> I must be missing something.....

Yes, you need to add

{} \;

to the end of your -exec options, as in :

find . -type d -exec chmod 755 {} \;


-- 
MrC
------------------------------------------------------------------------
MrC's Profile: http://forums.slimdevices.com/member.php?userid=468
View this thread: http://forums.slimdevices.com/showthread.php?t=21793

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to