4mula1 wrote: > The quickest way to set > permissions on a folder and it's contents is chmod -R <foldername>. > This will recursively change permissions so it's a nice one step > change.
Nit alert. its really chmod -R <protectionarg> <foldername> such as chmod -r 775 /songs _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
