Hacker News new | ask | show | jobs
by laymil 4750 days ago
Fuse requires root permissions in Linux. Most distributions simple make the fusermount binary setuid.
1 comments

So it does:

    $ ls -l `which fusermount`
    -rwsr-xr-x 1 root root 31384 May 31 04:38 /usr/bin/fusermount
You learn something new everyday. Thanks for the correction :)