From 0457ce709cfad27343d4f67ee3351e2e3acf2341 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 27 May 2003 18:27:46 +0000 Subject: [PATCH] Add note about umasks (This used to be commit dcf86bdea29b43401357f1fa53df9b4f67f06cba) --- docs/docbook/manpages/smbmount.8.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docbook/manpages/smbmount.8.xml b/docs/docbook/manpages/smbmount.8.xml index 356b4f8f61c..f3f7d1a99b7 100644 --- a/docs/docbook/manpages/smbmount.8.xml +++ b/docs/docbook/manpages/smbmount.8.xml @@ -48,11 +48,11 @@ typically this output will end up in log.smbmount. The smbmount process may also be called mount.smbfs. - NOTE: smbmount + smbmount calls smbmnt 8 to do the actual mount. You must make sure that smbmnt is in the path so - that it can be found. + that it can be found. @@ -144,6 +144,7 @@ password = <value> fmask=<arg> sets the file mask. This determines the permissions that remote files have in the local filesystem. + This is not a umask, but the actual permissions for the files. The default is based on the current umask. @@ -152,6 +153,7 @@ password = <value> dmask=<arg> Sets the directory mask. This determines the permissions that remote directories have in the local filesystem. + This is not a umask, but the actual permissions for the directories. The default is based on the current umask. -- 2.34.1