Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
Developer Support
QNX Documentation Library
QNX Developer Support

QNX Developer Support

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

[Previous] [Contents] [Index] [Next]

/etc/nfsstart

Start NFS server daemons

Name:

/etc/nfsstart

Description:

The nfsstart file is a shell script that you can use to start TCP/IP daemons specific to an NFS server.


Note: There isn't a default version of this file; you can create your own if you need it.

Here's a typical sample file that you should optimize on a per-system basis:

#!/bin/sh

  /usr/sbin/nfsd
  # NOTE:  to service non-Unix clients, uncomment the next line 
  #        (may also need to add the -norsvd option in the 
  #         exports file)
  # /usr/sbin/pcnfsd

See also:

/etc/exports, nfsd


[Previous] [Contents] [Index] [Next]