in reply to Re: no output
in thread no output

I tried it in the bin folder and it worked. What does that mean?

Replies are listed 'Best First'.
Re^3: no output
by socketdave (Curate) on Sep 09, 2005 at 18:18 UTC
    Basically, your /home partition is set up to not allow programs to run from it. It's to prevent malicious code from running on your system. It can be disabled by editing /etc/fstab, but I advise you to create a directory in /usr to work on your code. Good luck!
      Thanks, That works.