On Thu, Oct 25, 2007 at 07:28:51PM -0400, matt.price at utoronto.ca wrote: > if i try to > ls /home/matt > or > cd /home/matt > i get > Permission denied. > > but if i ls -ld /home/matt it shows > > drw-r--r-- matt matt /home/matt Need "x" to access the directory. Maybe: chmod 755 /home/matt -- Bill Moseley moseley at hank.org