PDA

View Full Version : /var/hack/bin - "Permission denied"


PhilG
01-22-2007, 11:20 AM
I am trying to tidy up some of my earlier "work" on my Tivo and I have a directory (/var/hack/bin) that I cannot get into through FTP - it says "Permission denied"

Obviously I've had this problem in the past, as my "ls" and "ps" programs are in /var/bin

I'd like to keep all my changes in the /var/hack/ directory, but my Linux is not good enough to know how to change the permissions on /var/hack/bin

I'd appeciate some pointers

Ta

TCM2007
01-22-2007, 01:50 PM
chmod 755 /var/hack/bin

PhilG
01-23-2007, 12:05 PM
There - I knew it was simple!

Thanks