source: vendor/current/docs/manpages/cifsdd.8

Last change on this file was 989, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.7

File size: 2.4 KB
Line 
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"
31cifsdd \- convert and copy a file over SMB
32.SH "SYNOPSIS"
33.HP \w'\ 'u
34cifsdd [OPERAND]\&.\&.\&.
35
36.HP \w'\ 'u
37cifsdd OPTION
38.SH "DESCRIPTION"
39.PP
40This tool is part of the
41\fBsamba\fR(7)
42suite\&.
43.PP
44Copy a file, converting and formatting according to the operands\&.
45.PP
46bs=BYTES
47.RS 4
48read and write up to BYTES bytes at a time (default: 4096)
49.RE
50.PP
51ibs=BYTES
52.RS 4
53read up to BYTES bytes at a time (default: 4096)
54.RE
55.PP
56obs=BYTES
57.RS 4
58write BYTES bytes at a time (default: 4096)
59.RE
60.PP
61if=FILE
62.RS 4
63read from FILE instead of stdin
64.RE
65.PP
66of=FILE
67.RS 4
68write to FILE instead of stdout
69.RE
70.PP
71count=N
72.RS 4
73copy only N input blocks
74.RE
75.PP
76seek=N
77.RS 4
78skip N obs\-sized blocks at start of output
79.RE
80.PP
81skip=N
82.RS 4
83skip N ibs\-sized blocks at start of input
84.RE
85.PP
86direct
87.RS 4
88use direct I/O for data
89.RE
90.PP
91sync
92.RS 4
93use synchronous writes
94.RE
95.PP
96oplock
97.RS 4
98take oplocks on the input and output files
99.RE
100.SH "AUTHOR"
101.PP
102The 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
104The cifsdd manpage was written by Andreas Schneider\&.
Note: See TracBrowser for help on using the repository browser.