cifs(4): replace with correct version
This commit is contained in:
parent
066ef28390
commit
4aa68d2f3a
1 changed files with 15 additions and 9 deletions
|
@ -4,7 +4,10 @@ cifs - Microsoft™ Windows network filesystem client
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B cifs
|
.B cifs
|
||||||
[
|
[
|
||||||
.B -bdDiv
|
.B -bDiv
|
||||||
|
] [
|
||||||
|
.B -d
|
||||||
|
.I debug
|
||||||
] [
|
] [
|
||||||
.B -a
|
.B -a
|
||||||
.I auth-method
|
.I auth-method
|
||||||
|
@ -43,7 +46,7 @@ The arguments are:
|
||||||
.BI -a " auth-method"
|
.BI -a " auth-method"
|
||||||
.I Cifs
|
.I Cifs
|
||||||
authenticates using
|
authenticates using
|
||||||
.L BNTLM
|
.B ntlmv2
|
||||||
by default, but alternative strategies may be
|
by default, but alternative strategies may be
|
||||||
selected using this option.
|
selected using this option.
|
||||||
.I Cifs
|
.I Cifs
|
||||||
|
@ -56,7 +59,7 @@ if no method name is supplied.
|
||||||
.IP
|
.IP
|
||||||
.I "Windows server 2003"
|
.I "Windows server 2003"
|
||||||
requires the
|
requires the
|
||||||
.B BNTLMv2
|
.B ntlmv2
|
||||||
method by default, though it can be configured to be more flexible.
|
method by default, though it can be configured to be more flexible.
|
||||||
.TP
|
.TP
|
||||||
.B -b
|
.B -b
|
||||||
|
@ -67,15 +70,18 @@ This requires an open and close per file and thus will slow
|
||||||
.I cifs
|
.I cifs
|
||||||
considerably; its use is not recommended.
|
considerably; its use is not recommended.
|
||||||
.TP
|
.TP
|
||||||
.B -d
|
.BI -d " debug"
|
||||||
CIFS packet debug.
|
followed by non-whitespace separated list of debug options
|
||||||
|
.I debug
|
||||||
|
writes specific debug output to file descriptor 2. See source
|
||||||
|
for more information.
|
||||||
.TP
|
.TP
|
||||||
.B -D
|
.B -D
|
||||||
9P request debug.
|
9P request debug.
|
||||||
.TP
|
.TP
|
||||||
.B -i
|
.B -i
|
||||||
By default
|
By default
|
||||||
.I cifs(4)
|
.I cifs
|
||||||
attempts to enforce case significance file and directory names, though objects
|
attempts to enforce case significance file and directory names, though objects
|
||||||
which differ only in their case still cannot co-exist in the same directory. The
|
which differ only in their case still cannot co-exist in the same directory. The
|
||||||
.B -i
|
.B -i
|
||||||
|
@ -186,8 +192,8 @@ in milliseconds, the server proximity (0 is local), the server name,
|
||||||
and the share name on that server.
|
and the share name on that server.
|
||||||
.SH COMPATIBILITY
|
.SH COMPATIBILITY
|
||||||
.I Cifs
|
.I Cifs
|
||||||
has been tested against
|
has been tested against aquarela,
|
||||||
.IR aquarela (8),
|
.IR cifsd (8),
|
||||||
Windows 95, NT4.0sp6,
|
Windows 95, NT4.0sp6,
|
||||||
Windows server 2003, Windows server 2003, WinXP pro,
|
Windows server 2003, Windows server 2003, WinXP pro,
|
||||||
Samba 2.0 (Pluto VideoSpace), and Samba 3.0.
|
Samba 2.0 (Pluto VideoSpace), and Samba 3.0.
|
||||||
|
@ -214,7 +220,7 @@ likely that this could be easily fixed.
|
||||||
.B /sys/src/cmd/cifs
|
.B /sys/src/cmd/cifs
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR factotum (4),
|
.IR factotum (4),
|
||||||
.IR aquarela (8)
|
.IR cifsd (8)
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
DFS support is unfinished, it will not follow referals that span servers.
|
DFS support is unfinished, it will not follow referals that span servers.
|
||||||
.PP
|
.PP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue