Fuse basic example compilation


/ Published in: Bash
Save to your folder(s)

This example shows how to compile the hello.c file out of the fuse source tar.


Copy this code and paste it in your HTML
  1. sudo apt-get install fuse-source fuse-utils libfuse-dev libfuse2
  2.  
  3. gcc -lfuse -D_FILE_OFFSET_BITS=64 hello.c -o hello

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.