On Jun 8, 2009, at 3:47 PM, Bradley Giesbrecht wrote: > What is the macports way to change owner and permissions of files, > like log files for example? > > Is there something in TCL or do we just use system commands? chown: file attributes -owner ... chmod: file attributes -permissions ... see 'man n file' - Toby