3 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
6 .\" Manual: nfs-ls: list servers, exports and directories
10 .TH "NFS\-LS" "1" "05/14/2014" "nfs\-ls" "nfs\-ls: list servers, exports"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
25 .\" disable justification (adjust text to left margin only)
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
31 nfs-ls \- Utility to list NFS servers, exports and directories
33 .HP \w'\fBnfs\-ls\ [\ OPTIONS\ ]\ <NFS\-URL>\fR\ 'u
34 \fBnfs\-ls [ OPTIONS ] <NFS\-URL>\fR
35 .HP \w'\fBnfs\-ls\fR\ 'u
36 \fBnfs\-ls\fR [\-R\ \-\-recursive] [\-s\ \-\-summary] [\-D\ \-\-discovery] [\-?\ \-\-help] [\-\-usage]
39 nfs\-ls is a utility to list NFS servers, exports or directories\&.
41 Example: List the content of a directory on the NFS server
47 $ nfs\-ls nfs://127\&.0\&.0\&.1/data/tmp
48 \-rwxrwxr\-x 1 1000 1000 1190802 a\&.out
49 \-rwxr\-xr\-x 1 1000 1000 13 foo123\&.copy
50 \-rwxrwxrwx 1 1000 1000 8 foo123\&.writtenx
61 Print a summary line at the end of output\&.
66 Recursive listing of the specified URL\&.
71 This option is used to discover local NFS servers and to list the exports for specific servers\&.
73 When used with the \*(Aqnfs://\*(Aq URL the command will try to detect all local NFS servers and will list their IPs\&.
75 When used with a \*(Aqnfs://server\*(Aq the command will list all the exports on the specified server\&.
77 Example: Discover and list all local NFS servers
84 nfs://10\&.10\&.10\&.10
92 Example: List the exports for a server
98 $ nfs\-ls \-D nfs://10\&.10\&.10\&.10
99 nfs://10\&.10\&.10\&.10/foo
100 nfs://10\&.10\&.10\&.10/bar
111 Display basic help text\&.
116 Display basic usage text\&.
120 \m[blue]\fB\%http://github.com/sahlberg/libnfs\fR\m[]