Per Jessen wrote: > Rikard Johnels wrote: > >> This is almost embarasing.. >> I am trying to recursively chmod a series of files. > > chmod -R ? > > > /Per Jessen, Zürich > > Is a better option find -type f -exec chmod 644 {} \; Replace with the required path or use . for the currect dir. chmod 644 on a directory means you wont be able to cd into it. Steve -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com