source: server/other/samba/samba-desc.xml@ 3428fc3

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 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 3428fc3 was a4be499, checked in by Larry Lawrence <larry@…>, 21 years ago

spelling and grammer

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

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