diff options
author | Denis Kozadaev <denis@dilos.org> | 2020-01-30 22:13:12 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-02-27 16:50:10 +0100 |
commit | 712f27962ce98fe6500217a52a0ab81230436ec0 (patch) | |
tree | 830d88c2cb8413f5fae0d0a4798fa4ce590d7b66 /dilos/tdelibs/debian/man/fileshareset-trinity.1 | |
parent | 94d173946594dc70145f855204f412314d5c02f2 (diff) | |
download | tde-packaging-712f27962ce98fe6500217a52a0ab81230436ec0.tar.gz tde-packaging-712f27962ce98fe6500217a52a0ab81230436ec0.zip |
DilOS: build pack for tdelibs
Signed-off-by: Denis Kozadaev <denis@dilos.org>
Diffstat (limited to 'dilos/tdelibs/debian/man/fileshareset-trinity.1')
-rw-r--r-- | dilos/tdelibs/debian/man/fileshareset-trinity.1 | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/dilos/tdelibs/debian/man/fileshareset-trinity.1 b/dilos/tdelibs/debian/man/fileshareset-trinity.1 new file mode 100644 index 000000000..de354f88f --- /dev/null +++ b/dilos/tdelibs/debian/man/fileshareset-trinity.1 @@ -0,0 +1,49 @@ +.TH FILESHARESET 1 "Jun 2006" "Trinity Desktop Environment" "file share tool" +.SH NAME +fileshareset, filesharelist +\- add/remove/list NFS and Samba file shares +.SH SYNOPSIS +.BR fileshareset \ [ \-\-add ]\ [ \-\-remove ]\ \fIdir\fP +.sp 1 +.BR filesharelist +.SH DESCRIPTION +\fBfileshareset\fP allows users to add or remove NFS and Samba file shares. +.sp 1 +\fBfilesharelist\fP allows users to list NFS and Samba file shares. +.sp 1 +Both commands are implemented as one single script. +.SH OPTIONS +(\fBfileshareset\fP only) +.SS Options: +.TP +.B \-\-add +add file share +.TP +.B \-\-remove +remove file share +.SS Arguments: +.TP +.I dir +directory to add/remove as file share +.SH FILES +.TP +.I /etc/security/fileshare.conf +main configuration file +.TP +.I /etc/exports +NFS shares +.TP +.I /etc/samba/smb.conf +Samba configuration file +.SH AUTHORS +.nf +MandrakeSoft <pixel@mandrakesoft.com> +.br + +.br +.fi +Please use http://bugs.trinitydesktop.org to report bugs, do not mail the author directly. +.PP +This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the \fBDebian\fP Project (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation. +.PP +On \fBDebian\fP systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL. |