1VFS_CAP(8) System Administration tools VFS_CAP(8)
2
3
4
6 vfs_cap - CAP encode filenames
7
9 vfs objects = cap
10
12 This VFS module is part of the samba(7) suite.
13
14 CAP (Columbia Appletalk Protocol) encoding is a technique for
15 representing non-ASCII filenames in ASCII. The vfs_cap VFS module
16 translates filenames to and from CAP format, allowing users to name
17 files in their native encoding.
18
19 CAP encoding is most commonly used in Japanese language environments.
20
21 This module is stackable.
22
24 On a system using GNU libiconv, use CAP encoding to support users in
25 the Shift_JIS locale:
26
27 [global]
28 dos charset = CP932
29 dos charset = CP932
30 vfs objects = cap
31
33 This man page is part of version 4.9.8 of the Samba suite.
34
36 The original Samba software and related utilities were created by
37 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
38 Source project similar to the way the Linux kernel is developed.
39
40
41
42Samba 4.9.8 05/14/2019 VFS_CAP(8)