Search code examples
bashfuse

FUSE filesystem -> bash: ./configure: Brak dostępu


http://fuse.sourceforge.net/
When i try to configure, bash send me error.

./configure
bash: ./configure: Brak dostępu

It's mean access denied.
I try to do this with sudo.

How to install FUSE?


Solution

  • The permissions on ./configure should be rwxr-xr-x or r-xr-xr-x. Use:

    chmod a+x configure