http://www.perlmonks.org?node_id=1019035


in reply to Permission denied in my home directory

I have tried setting permissions for /home/sherman/modules/Sudoku/ExistingNumbers.pm to 775 and 777 but nothing seems to work.

Check also that you can execute (see chmod a+x) all the parent directories. It is a common mistake.

chown sherman:sherman ~/modules/ chown sherman:sherman ~/modules/Sudoku/

Replies are listed 'Best First'.
Re^2: Permission denied in my home directory
by ShermW0829 (Sexton) on Feb 23, 2013 at 22:32 UTC
    Thank you to everyone. Sherman