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@diamond:~$ mkdir dir mjpelmear@diamond:~$ chown -r root dir chown: invalid option -- 'r' Try `chown --help' for more information. -Matt KC2ZYS _______________________________________________ Xastir mailing list [email protected] http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
