1CIFSDD(8) System Administration tools CIFSDD(8)
2
3
4
6 cifsdd - convert and copy a file over SMB
7
9 cifsdd [OPERAND]...
10
11 cifsdd OPTION
12
14 This tool is part of the samba(7) suite.
15
16 Copy a file, converting and formatting according to the operands.
17
18 bs=BYTES
19 read and write up to BYTES bytes at a time (default: 4096)
20
21 ibs=BYTES
22 read up to BYTES bytes at a time (default: 4096)
23
24 obs=BYTES
25 write BYTES bytes at a time (default: 4096)
26
27 if=FILE
28 read from FILE instead of stdin
29
30 of=FILE
31 write to FILE instead of stdout
32
33 count=N
34 copy only N input blocks
35
36 seek=N
37 skip N obs-sized blocks at start of output
38
39 skip=N
40 skip N ibs-sized blocks at start of input
41
42 direct
43 use direct I/O for data
44
45 sync
46 use synchronous writes
47
48 oplock
49 take oplocks on the input and output files
50
52 The original Samba software and related utilities were created by
53 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
54 Source project similar to the way the Linux kernel is developed.
55
56 The cifsdd manpage was written by Andreas Schneider.
57
58
59
60Samba 4.15.2 11/13/2021 CIFSDD(8)