On 02/12/2013 04:17 PM, Curt, WE7U wrote: > su > cd /home > chown -r <user>:<group> <name of directory> > > i.e. chown -r archer:users archer Worth noting that, in linux at least, the option is "-R", not "-r" mjpelmear at diamond:~$ mkdir dir mjpelmear at diamond:~$ chown -r root dir chown: invalid option -- 'r' Try `chown --help' for more information. -Matt KC2ZYS