Files
ncpfs/man/ncplogin.8
2026-04-28 20:56:04 +02:00

105 lines
2.9 KiB
Groff

.\" Copyright (c) International Business Machines Corp., 2006
.\"
.\" This file is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
.\" the GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this file; if not, write to the Free Software
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston,
.\" MA 02111-1307 USA
.\"
.\" HISTORY:
.\" 2006-06-01, created by Rodrigo Rubira Branco <rrbranco@br.ibm.com>
.TH ncplogin 8 "Jun, 01 2006" "NCPFS" "NCPFS"
.SH NAME
ncplogin \- establishes identity to the Netware server or tree
.SH SYNOPSIS
.nf
.fam C
\fBncplogin [OPTIONS]\fP
.fam T
.fi
.SH DESCRIPTION
\fBncplogin\fP and \fBncpmap\fP provide a way for you to split the ncpmount operation into halves, with \fBncplogin\fP establishing your identity to the server or tree. \fBncpmap\fP mounts it later.
.SH OPTIONS
.B -T tree
Tree name to be used.
.B -S server
Server name to be used. The -S and -T options are mutually exclusive.
\fB-X name_ctx\fP
Default name context to be used.
\fB-E\fP
Echoes the value of final mount_point.
\fB-U username\fP
Username sent to server.
\fB-u uid\fP
Uid given the mounted files.
\fB-g gid\fP
Gid given the mounted files.
\fB-c uid\fP
Uid to identify the connection on which to mount. Only appropriate for root.
\fB-C\fP
Do not convert password to uppercase.
\fB-P password\fP
Use this password.
\fB-n\fP
Do not use any password.
If neither -P nor -n is given, you are asked for a password.
\fB-f mode\fP
Permission given the files, in octal notation.
\fB-d mode\fP
Permission given the directories, in octal notation.
\fB-t time_out\fP
Time, in 1/100s of a second, to wait for an answer from the server. Default is 60.
\fB-r retry_count\fP
Number of retry attempts. Default is 5.
\fB-s\fP
Enable renaming and deletion of read-only files.
\fB-h\fP
Print the help text.
\fB-v\fP
Print ncpfs version number.
\fB-i level\fP
Signature level. 0 = never, 1 = supported, 2 = preferred, 3 = required.
\fB-N os2,nfs\fP
Do not use the specified namespaces on mounted volume.
\fB-y charset\fP
Character set used for input and display.
\fB-p codepage\fP
Codepage used on volume, including letters "cp."
\fB-B bcast\fP
Broadcast mode. 0 = all 1 = console 2 = none. Default is all.
\fB-l\fP
Autocreate mounting point if needed in /mnt/ncp/SERVER/VOLUME.
.SH SECURITY
\fBncplogin\fP must be setuid to permit non-root users use of it. In these cases, mounting ncpfs will enforce nodev and nosetuid mount options.
.SH SEE ALSO
\fBncpmap\fP(1), \fBncpmount\fP(8)
.SH AUTHOR
Manpage written by Rodrigo Rubira Branco <rrbranco@br.ibm.com> with help from Petr Vandrovec <petr@vandrovec.name>.