source: server/other/samba/samba-desc.xml@ e01c31ad

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v1_0 v5_0 v5_0-pre1 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e01c31ad was 2bbb5bda, checked in by Billy O 'Connor <billyoc@…>, 21 years ago

Version increment and FHS ./configure opts.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@396 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.6 KB
Line 
1<sect2>
2<title>Contents</title>
3
4<para>The Samba package contains
5<userinput>make_smbcodepage</userinput>,
6<userinput>make_unicodemap</userinput>,
7<userinput>mount.smbfs</userinput>,
8<userinput>nmbd</userinput>,
9<userinput>nmblookup</userinput>,
10<userinput>rpcclient</userinput>,
11<userinput>smbcacls</userinput>,
12<userinput>smbclient</userinput>,
13<userinput>smbcontrol</userinput>,
14<userinput>smbd</userinput>,
15<userinput>smbpasswd</userinput>,
16<userinput>smbspool</userinput>,
17<userinput>smbstatus</userinput>,
18<userinput>swat</userinput>,
19<userinput>testparm</userinput>,
20<userinput>testprns</userinput>,
21<userinput>wbinfo</userinput> and
22<userinput>winbindd.</userinput></para>
23
24</sect2>
25
26<sect2><title>Description</title>
27
28<sect3><title>make_smbcodepage</title>
29<para>make_smbcodepage converts text descriptions of code pages to
30binary code page files nd vice versa.</para></sect3>
31<sect3><title>make_unicodemap</title>
32<para>make_unicodemap converts text unicode map files to binary, for
33use in mapping characters to 16 bit unicode.</para></sect3>
34<sect3><title>mount.smbfs</title>
35<para>mount.smbfs provides /bin/mount with a way to mount remote
36windows (or samba) fileshares</para></sect3>
37<sect3><title>nmbd</title>
38<para>nmbd is the Samba NetBIOS name server.</para></sect3>
39<sect3><title>nmblookup</title>
40<para>nmblookup is used to query NetBIOS names and map them to IP
41addresses.</para></sect3>
42<sect3><title>rpcclient</title>
43<para>rpcclient is used to execute MS-RPC client side
44functions.</para></sect3>
45<sect3><title>smbcacls</title>
46<para>smbcacls is used to manipulate NT access control
47lists.</para></sect3>
48<sect3><title>smbclient</title>
49<para>smbclient is a SMB/CIFS access utility, similar to
50FTP.</para></sect3>
51<sect3><title>smbcontrol</title>
52<para>smbcontrol is used to control running smbd, nmbd and winbindd
53daemons.</para></sect3>
54<sect3><title>smbd</title>
55<para>smbd is the main Samba daemon.</para></sect3>
56<sect3><title>smbpasswd</title>
57<para>smbpasswd changes a user's Samba password.</para></sect3>
58<sect3><title>smbspool</title>
59<para>smbspool sends a print job to an SMB printer.</para></sect3>
60<sect3><title>smbstatus</title>
61<para>smbstatus reports current Samba connections.</para></sect3>
62<sect3><title>swat</title>
63<para>swat is the Samba Web Administration Tool.</para></sect3>
64<sect3><title>testparm</title>
65<para>testparm checks an smb.conf file for proper
66syntax.</para></sect3>
67<sect3><title>testprns</title>
68<para>testprns tests printer names.</para></sect3>
69<sect3><title>wbinfo</title>
70<para>wbinfo queries a running winbindd daemon.</para></sect3>
71<sect3><title>winbindd</title>
72<para>winbindd resolves names from NT servers.</para></sect3>
73</sect2>
74
Note: See TracBrowser for help on using the repository browser.