aboutsummaryrefslogtreecommitdiffstats
path: root/doc/plpnfsd.man.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/plpnfsd.man.in')
-rw-r--r--doc/plpnfsd.man.in36
1 files changed, 35 insertions, 1 deletions
diff --git a/doc/plpnfsd.man.in b/doc/plpnfsd.man.in
index d1b1057..37bc3d2 100644
--- a/doc/plpnfsd.man.in
+++ b/doc/plpnfsd.man.in
@@ -48,7 +48,8 @@ debug level (up to 3 times)
.TP
.BI "\-p " port
Specify the port to connect to (e.g. the port where ncpd is listening on) - by
-default this is
+default, the port is looked up in /etc/services. If it is not found there,
+a fallback builtin of
.I @DPORT@.
.TP
.BI "\-d " mountdir
@@ -63,6 +64,39 @@ who is running plpnfsd. If the user running plpnfsd is
, s/he may
also specify a different user.
+.SH FILES
+Below the special directory @MOUNTPOINT@/proc there are several special
+files which can be used to control plpnfsd and/or view some information
+of the connected Psion.
+.TP
+@MOUNTPOINT@/proc/exit
+can be used to shutdown plpnfsd gracefully. To shutdown plpnfsd write
+the string "stop" into that file.
+.TP
+@MOUNTPOINT@/proc/owner
+shows the Psion's owner information.
+.TP
+@MOUNTPOINT@/proc/unixowner
+The superuser (root) can set the owner of the mounted directory-tree
+during runtime by writing the desired username into this file.
+.TP
+@MOUNTPOINT@/proc/debuglevel
+Reading/writing from/to this file shows resp. sets the debug level.
+.TP
+@MOUNTPOINT@/proc/acache
+Reading/writing from/to this file shows resp. sets the timeout value
+for the attribute cache in seconds.
+.TP
+@MOUNTPOINT@/proc/dcache
+Reading/writing from/to this file shows resp. sets the timeout value
+for the data cache in seconds.
+.TP
+@MOUNTPOINT@/proc/<number>/cmd
+Shows the name of the corresponding process on the Psion.
+.TP
+@MOUNTPOINT@/proc/<number>/args
+Shows the arguments of the corresponding process on the Psion.
+
.SH SEE ALSO
ncpd(8), plpftp(1)