summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2002-07-06 19:34:18 +0000
committercharnier <charnier@FreeBSD.org>2002-07-06 19:34:18 +0000
commita2accd01f0ac2f25d72443923819abceaf128119 (patch)
tree219860332a065e5cb6defc25dab58e4a8c7997cd /usr.sbin
parent9639b20db64d084fa58b75058a2bd896b1f743e1 (diff)
downloadFreeBSD-src-a2accd01f0ac2f25d72443923819abceaf128119.zip
FreeBSD-src-a2accd01f0ac2f25d72443923819abceaf128119.tar.gz
The .Nm utility
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/mount_nwfs/mount_nwfs.82
-rw-r--r--usr.sbin/mount_portalfs/mount_portalfs.82
-rw-r--r--usr.sbin/mountd/mountd.85
-rw-r--r--usr.sbin/nfsd/nfsd.820
-rw-r--r--usr.sbin/nologin/nologin.87
5 files changed, 22 insertions, 14 deletions
diff --git a/usr.sbin/mount_nwfs/mount_nwfs.8 b/usr.sbin/mount_nwfs/mount_nwfs.8
index 964c453..341ec78 100644
--- a/usr.sbin/mount_nwfs/mount_nwfs.8
+++ b/usr.sbin/mount_nwfs/mount_nwfs.8
@@ -29,7 +29,7 @@
.Sh DESCRIPTION
The
.Nm
-command allows to mount volume from a NetWare server.
+utility allows to mount volume from a NetWare server.
It may use either
existing connection or create new: if no usable connection was found
it will try to establish a new one.
diff --git a/usr.sbin/mount_portalfs/mount_portalfs.8 b/usr.sbin/mount_portalfs/mount_portalfs.8
index 8d0bd22..daaed15 100644
--- a/usr.sbin/mount_portalfs/mount_portalfs.8
+++ b/usr.sbin/mount_portalfs/mount_portalfs.8
@@ -51,7 +51,7 @@
.Sh DESCRIPTION
The
.Nm
-command attaches an instance of the portal daemon
+utility attaches an instance of the portal daemon
to the global filesystem namespace.
The conventional mount point is
.Pa /p .
diff --git a/usr.sbin/mountd/mountd.8 b/usr.sbin/mountd/mountd.8
index 7df3761..0be0e73 100644
--- a/usr.sbin/mountd/mountd.8
+++ b/usr.sbin/mountd/mountd.8
@@ -45,8 +45,9 @@ mount requests
.Op Fl 2dlnr
.Op Ar exportsfile
.Sh DESCRIPTION
-.Nm Mountd
-is the server for
+The
+.Nm
+utility is the server for
.Tn NFS
mount requests from other client machines.
It listens for service requests at the port indicated in the
diff --git a/usr.sbin/nfsd/nfsd.8 b/usr.sbin/nfsd/nfsd.8
index 666a863..76d4247 100644
--- a/usr.sbin/nfsd/nfsd.8
+++ b/usr.sbin/nfsd/nfsd.8
@@ -46,8 +46,9 @@ server
.Op Fl n Ar num_servers
.Op Fl h Ar bindip
.Sh DESCRIPTION
-.Nm Nfsd
-runs on a server machine to service
+The
+.Nm
+utility runs on a server machine to service
.Tn NFS
requests from client machines.
At least one
@@ -115,8 +116,9 @@ A server should run enough daemons to handle
the maximum level of concurrency from its clients,
typically four to six.
.Pp
-.Nm Nfsd
-listens for service requests at the port indicated in the
+The
+.Nm
+utility listens for service requests at the port indicated in the
.Tn NFS
server specification; see
.%T "Network File System Protocol Specification" ,
@@ -149,19 +151,23 @@ option is recommended. If you do not use the option NFS may not respond to
UDP packets from the same IP address they were sent to. Use of this option
is also recommended when securing NFS exports on a firewalling machine such
that the NFS sockets can only be accessed by the inside interface.
-.Nm Ipfw
+The
+.Nm ipfw
+utility
would then be used to block nfs-related packets that come in on the outside
interface.
.Pp
+The
.Nm
-has to be terminated with
+utility has to be terminated with
.Dv SIGUSR1
and cannot be killed with
.Dv SIGTERM
or
.Dv SIGQUIT .
+The
.Nm
-needs to ignore these signals in order to stay alive as long
+utility needs to ignore these signals in order to stay alive as long
as possible during a shutdown, otherwise loopback mounts will
not be able to unmount.
If you have to kill
diff --git a/usr.sbin/nologin/nologin.8 b/usr.sbin/nologin/nologin.8
index 8903fa0..7f8f9ff 100644
--- a/usr.sbin/nologin/nologin.8
+++ b/usr.sbin/nologin/nologin.8
@@ -41,8 +41,9 @@
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
-.Nm Nologin
-displays a message that an account is not available and
+The
+.Nm
+utility displays a message that an account is not available and
exits non-zero.
It is intended as a replacement shell field for accounts that
have been disabled.
@@ -56,5 +57,5 @@ investigate
.Sh HISTORY
The
.Nm
-command appeared in
+utility appeared in
.Bx 4.4 .
OpenPOWER on IntegriCloud