This is the command nbdkit-file-plugin that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
nbdkit-file-plugin - nbdkit file plugin
SYNOPSIS
nbdkit file file=FILENAME
DESCRIPTION
"nbdkit-file-plugin" is a file serving plugin for nbdkit(1).
It serves the named "FILENAME" over NBD.
PARAMETERS
file=FILENAME
Serve the file named "FILENAME". A device path can also be used here.
This parameter is required.
rdelay=SECS
rdelay=<NN>ms
Delay reads for "SECS" seconds or "NN" milliseconds. This is used to simulate a slow
or remote server, or to test certain kinds of race conditions in Linux.
The default is no delay.
wdelay=SECS
wdelay=<NN>ms
Delay writes for "SECS" seconds or "NN" milliseconds. This is used to simulate a slow
or remote server, or to test certain kinds of race conditions in Linux.
The default is no delay.
Use nbdkit-file-plugin online using onworks.net services