Unix and Linux Discussions Tagged with remotely |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
8 |
12,805 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
13,798 |
Shell Programming and Scripting |
|
|
|
1 |
9,051 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
6,382 |
Shell Programming and Scripting |
|
|
|
0 |
2,567 |
Shell Programming and Scripting |
|
|
|
0 |
2,395 |
UNIX and Linux RSS News |
|
|
|
0 |
2,992 |
UNIX and Linux RSS News |
|
|
|
6 |
3,578 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
5,178 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,834 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
37,419 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
8,615 |
Programming |
|
|
|
15 |
20,123 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
3,153 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,002 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,694 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
12,381 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
17,460 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
2,724 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
6,235 |
IP Networking |
|
|
|
2 |
4,177 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,863 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,417 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
4,915 |
UNIX for Dummies Questions & Answers |
rmtab(4) File Formats rmtab(4)
NAME
rmtab - remote mounted file system table
SYNOPSIS
/etc/rmtab
DESCRIPTION
rmtab contains a table of filesystems that are remotely mounted by NFS clients. This file is maintained by mountd(1M), the mount daemon.
The data in this file should be obtained only from mountd(1M) using the MOUNTPROC_DUMP remote procedure call.
The file contains a line of information for each remotely mounted filesystem. There are a number of lines of the form:
hostname:fsname
The mount daemon adds an entry for any client that successfully executes a mount request and deletes the appropriate entries for an unmount
request.
Lines beginning with a hash (' #') are commented out. These lines are removed from the file by mountd(1M) when it first starts up. Stale
entries may accumulate for clients that crash without sending an unmount request.
FILES
/etc/rmtab
SEE ALSO
mountd(1M), showmount(1M)
SunOS 5.10 15 Nov 1990 rmtab(4)