Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnunet-fuse(1) [debian man page]

GNUNET-FUSE(1)						    FUSE filesystem for GNUnet						    GNUNET-FUSE(1)

NAME
gnunet-fuse - FUSE filesystem for GNUnet SYNOPSIS
gnunet-fuse -s URI [-- FUSE-OPTIONS] DIRECTORYNAME gnunet-fuse --help DESCRIPTION
gnunet-fuse is the FUSE filesystem for GNUnet. You need the URI of a file with the mime-type of application/gnunet-directory. You can either publish a directory with gnunet-insert or do a search for the mime-type. To mount the URI use the following command. $ echo gnunet://ecrs/chk/XXXX/YYYY.NNNN > uri_file $ gnunet-fuse -s uri_file /mnt Where gnunet://ecrs/chk/XXXX/YYYY.NNNN is the URI and /mnt is the mount point. OPTIONS
-c, --config=FILE use configuration file FILE. -d, --directory=PATH path to your mountpoint. -h, --help print this help. -L, --log=LOGLEVEL configure logging to use LOGLEVEL. -l, --logfile=FILE configure logging to write logs to LOGFILE. -s, --source=URI Source you get the URI from. -t, --single-threaded run in single-threaded mode. -v, --version print the version number. SEE ALSO
gnunet(7) HOMEPAGE
More information about gnunet-fuse and the GNUnet project can be found at <http://www.gnunet.org/>. This manual page was written by Daniel Baumann <daniel.baumann@progress-technologies.net> and Bertrand Marc <beberking@gmail.com>. 0.9.3 2012-06-18 GNUNET-FUSE(1)

Check Out this Related Man Page

GNUNET-DHT-GET(1)					      General Commands Manual						 GNUNET-DHT-GET(1)

NAME
gnunet-dht-get - issue a GET request to the GNUnet DHT, prints results. SYNOPSIS
gnunet-dht-get [options] DESCRIPTION
gnunet-dht-get issue a GET request to the GNUnet DHT and prints results. OPTIONS
-c FILENAME, --config=FILENAME Use the configuration file FILENAME. -h, --help Print short help on options. -k KEY, --key=KEY The query key. -L LOGLEVEL, --loglevel=LOGLEVEL Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. -l LOGFILE, --logfile=LOGFILE Configure logging to write logs to LOGFILE. -r LEVEL, --replication=LEVEL How many parallel requests (replicas) to create. -T TIMEOUT, --timeout=TIMEOUT How long to execute this query before giving up? -t TYPE, --type=TYPE The type of data to look for. -V, --verbose Be verbose (print progress information). -v, --version Print GNUnet version number. BUGS
Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet-developers@gnu.org> GNUnet Jan 4, 2012 GNUNET-DHT-GET(1)
Man Page

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

reduce the or conditions

Hi , how can i reduce the or conditions: if ]; then whatever fi (8 Replies)
Discussion started by: hitmansilentass
8 Replies

2. Post Here to Contact Site Administrators and Moderators

Filesystem in Userspace

Folks, Em recently studing fuse.... So if ne one could help me wid it plz ping me up here,so dat i could ask further..... Regards Tanvir (0 Replies)
Discussion started by: Tanvirk
0 Replies

3. Linux

problem in adding an extra entry in a dir:fuse imlementation

Well the problem comes when i try to add an extra file into the existing filesystem mounted at some mountpoint containing a single file hello. suppose i add a file say "TANVIR"(c it on d line next to line no:49) , it gives me abnormal results...... like 1)d file can't be opened 2)no file... (0 Replies)
Discussion started by: Tanvirk
0 Replies

4. Linux

Multiplication with Fractions

Hello there, how do i multiply a fraction and a whole number? Example 20% of 50,000. I had gotten 0.2 using the following: chk=echo 20 100 | awk `{print $1/$2}` echo $chk $chk \* 50000 displays the error: non-numeric expression. (1 Reply)
Discussion started by: alby
1 Replies

5. Shell Programming and Scripting

sed replace?

Hello. I have this file: XXXX 1 AAAA 2 BBBB 3 CCCC 4 DDDD YYYY 1 AAAA 2 BBBB 3 CCCC 4 DDDD Desired output: XXXX AAAA XXXX BBBB XXXX CCCC XXXX DDDD YYYY AAAA (5 Replies)
Discussion started by: jimmyf
5 Replies

6. Solaris

OpenIndiana: Can't mount ext2 filesystem

I have oi_151a7 and installed from sfe fuse-ext, libfuse and e2fsprogs. Mount e.g. # mount -F ext2fs /dev/dsk/c4t0d0p1 /mnt returns "mount: Operation not applicable to FSType ext2fs" and $ fuse-ext2 /dev/dsk/c4t0d0p1 ~/tmp/a/ does not output anything but the filesystem seems not to be... (3 Replies)
Discussion started by: bsdx
3 Replies

7. UNIX for Dummies Questions & Answers

How to delete rows?

I have an Output file which has the result YYYY 95,77 YYYY YYYY 95 YYYY 95 YYYY 95 YYYY 95 YYYY 95 YYYY 95 YYYY 95 YYYY 95 YYYY YYYY YYYY YYYY I would like to display the above along with a single line with above info. Final output should be YYYY 95 (3 Replies)
Discussion started by: priyanka.premra
3 Replies

8. Shell Programming and Scripting

Automatically UNIX script

Write a unix script to do the following automatically- 1. Identify the latest path version directory under: /data/cs/chk. The latest at this time is 15_1_3. /data/cs/chk … drwxr-x--- 2 dba tms 4096 Jan 22 11:18 15_1_2 drwxr-x--- 2 dba tms 4096 Jan 22 11:18 15_1_3 2. Check for any new... (1 Reply)
Discussion started by: roy1912
1 Replies

9. Shell Programming and Scripting

Script for another user

Dear all, I have two directories in /med/app/ : drwxr-x--- 7 fuse staff 4.0K Jul 12 13:46 fuse drwxr-xr-x 23 debmed tabs 88K Jul 12 13:52 debmed fuse & debmed are two separate users on the system. I have a script in /med/appl/fuse/: -rwxr-xr-x 1 fuse ... (1 Reply)
Discussion started by: Junaid Subhani
1 Replies

10. Shell Programming and Scripting

Script to archive logs and sftp to another archive server

Requirement: Under fuse application we have placeholders called containers; Every container has their logs under: <container1>/data/log/fuse.log <container1>/data/log/fuse.log.1 <container1>/data/log/fuse.log.XX <container2>/data/log/fuse.log... (6 Replies)
Discussion started by: Arjun Goswami
6 Replies