diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-10-03 16:32:26 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-10-03 16:32:26 +0000 |
commit | 15d544de7d27cac50718406da2ed6e61b46b7b96 (patch) | |
tree | 7955d0a9d32d732e769f4353ed96ca9598eb269a /docs/manpages | |
parent | fa066fdde31d649929affa2d53fd52de1d5447fb (diff) | |
download | samba-15d544de7d27cac50718406da2ed6e61b46b7b96.tar.gz samba-15d544de7d27cac50718406da2ed6e61b46b7b96.tar.bz2 samba-15d544de7d27cac50718406da2ed6e61b46b7b96.zip |
Document 'hide special files'
(This used to be commit 36a9fe66c50021443a9d4336f9413a2afd5d3af3)
Diffstat (limited to 'docs/manpages')
-rw-r--r-- | docs/manpages/smb.conf.5 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index 0f07da2c3e..0fcf0179b8 100644 --- a/docs/manpages/smb.conf.5 +++ b/docs/manpages/smb.conf.5 @@ -3,7 +3,7 @@ .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "SMB.CONF" "5" "02 oktober 2002" "" "" +.TH "SMB.CONF" "5" "03 oktober 2002" "" "" .SH NAME smb.conf \- The configuration file for the Samba suite .SH "SYNOPSIS" @@ -634,6 +634,9 @@ each parameter for details. Note that some are synonyms. \fIhide unwriteable files\fR .TP 0.2i \(bu +\fIhide special files\fR +.TP 0.2i +\(bu \fIhomedir map\fR .TP 0.2i \(bu @@ -3009,6 +3012,13 @@ Note that unwriteable directories are shown as usual. Default: \fBhide unwriteable = no\fR .TP +\fBhide special files (G)\fR +This parameter prevents clients from seeing +special files such as sockets, devices and fifo's in directory +listings. + +Default: \fBhide special files = no\fR +.TP \fBhomedir map (G)\fR If\fInis homedir \fR is true, and \fBsmbd(8)\fR is also acting |