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


You need to login to view comments.