PRO file_chmod,filename ; this routine is used to change mod of the created files ; filename--- string, filename plus path ; For example, ; file_chmod,'/data/s1/davis/wang/wcreek/output/plots/a.ps' spawn, 'chmod g+w '+filename return END