Binaries/nfsd

From Minux Wiki
Revision as of 00:31, 27 September 2024 by Shorun (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

this binary is the netfolder server deamon, the controller for the server on the machine itself

netfolder is a rednet file server, this is part of the "netfolder-server" package.

the path argument is only required for the rootfolder option.


usage:

nfsd command path


options:

status - shows the status of the server

start - starts the server

stop - stops the server

rootfolder - requires path argument, sets the server's root folder.


eg: "nfsd start" starts the fileserver (if not running)

"nfsd rootfolder /var/fileserver" sets the server's root folder to "/var/fileserver"