Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'It just wont work for me' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
It just wont work for me
Authored by: rjbailey on Oct 09, '02 05:12:47PM

You probably didn't make it executable: type

chmod 755 cat
or
sudo chmod 755 cat

to make it executable. (As per suggestions, I renamed it kat and put it in /usr/local/bin.)



[ Reply to This | # ]