1 | '\" t
|
---|
2 | .\" Title: cifsdd
|
---|
3 | .\" Author: [see the "AUTHOR" section]
|
---|
4 | .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
---|
5 | .\" Date: 10/25/2016
|
---|
6 | .\" Manual: System Administration tools
|
---|
7 | .\" Source: Samba 4.4
|
---|
8 | .\" Language: English
|
---|
9 | .\"
|
---|
10 | .TH "CIFSDD" "8" "10/25/2016" "Samba 4\&.4" "System Administration tools"
|
---|
11 | .\" -----------------------------------------------------------------
|
---|
12 | .\" * Define some portability stuff
|
---|
13 | .\" -----------------------------------------------------------------
|
---|
14 | .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
15 | .\" http://bugs.debian.org/507673
|
---|
16 | .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
---|
17 | .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
18 | .ie \n(.g .ds Aq \(aq
|
---|
19 | .el .ds Aq '
|
---|
20 | .\" -----------------------------------------------------------------
|
---|
21 | .\" * set default formatting
|
---|
22 | .\" -----------------------------------------------------------------
|
---|
23 | .\" disable hyphenation
|
---|
24 | .nh
|
---|
25 | .\" disable justification (adjust text to left margin only)
|
---|
26 | .ad l
|
---|
27 | .\" -----------------------------------------------------------------
|
---|
28 | .\" * MAIN CONTENT STARTS HERE *
|
---|
29 | .\" -----------------------------------------------------------------
|
---|
30 | .SH "NAME"
|
---|
31 | cifsdd \- convert and copy a file over SMB
|
---|
32 | .SH "SYNOPSIS"
|
---|
33 | .HP \w'\ 'u
|
---|
34 | cifsdd [OPERAND]\&.\&.\&.
|
---|
35 |
|
---|
36 | .HP \w'\ 'u
|
---|
37 | cifsdd OPTION
|
---|
38 | .SH "DESCRIPTION"
|
---|
39 | .PP
|
---|
40 | This tool is part of the
|
---|
41 | \fBsamba\fR(7)
|
---|
42 | suite\&.
|
---|
43 | .PP
|
---|
44 | Copy a file, converting and formatting according to the operands\&.
|
---|
45 | .PP
|
---|
46 | bs=BYTES
|
---|
47 | .RS 4
|
---|
48 | read and write up to BYTES bytes at a time (default: 4096)
|
---|
49 | .RE
|
---|
50 | .PP
|
---|
51 | ibs=BYTES
|
---|
52 | .RS 4
|
---|
53 | read up to BYTES bytes at a time (default: 4096)
|
---|
54 | .RE
|
---|
55 | .PP
|
---|
56 | obs=BYTES
|
---|
57 | .RS 4
|
---|
58 | write BYTES bytes at a time (default: 4096)
|
---|
59 | .RE
|
---|
60 | .PP
|
---|
61 | if=FILE
|
---|
62 | .RS 4
|
---|
63 | read from FILE instead of stdin
|
---|
64 | .RE
|
---|
65 | .PP
|
---|
66 | of=FILE
|
---|
67 | .RS 4
|
---|
68 | write to FILE instead of stdout
|
---|
69 | .RE
|
---|
70 | .PP
|
---|
71 | count=N
|
---|
72 | .RS 4
|
---|
73 | copy only N input blocks
|
---|
74 | .RE
|
---|
75 | .PP
|
---|
76 | seek=N
|
---|
77 | .RS 4
|
---|
78 | skip N obs\-sized blocks at start of output
|
---|
79 | .RE
|
---|
80 | .PP
|
---|
81 | skip=N
|
---|
82 | .RS 4
|
---|
83 | skip N ibs\-sized blocks at start of input
|
---|
84 | .RE
|
---|
85 | .PP
|
---|
86 | direct
|
---|
87 | .RS 4
|
---|
88 | use direct I/O for data
|
---|
89 | .RE
|
---|
90 | .PP
|
---|
91 | sync
|
---|
92 | .RS 4
|
---|
93 | use synchronous writes
|
---|
94 | .RE
|
---|
95 | .PP
|
---|
96 | oplock
|
---|
97 | .RS 4
|
---|
98 | take oplocks on the input and output files
|
---|
99 | .RE
|
---|
100 | .SH "AUTHOR"
|
---|
101 | .PP
|
---|
102 | The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&.
|
---|
103 | .PP
|
---|
104 | The cifsdd manpage was written by Andreas Schneider\&.
|
---|