|
16.
|
|
|
Installing SAMBA
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../generic/serverguide/C/windows-networking.xml:63(title)
|
|
17.
|
|
|
At the prompt enter the following command to install the SAMBA server applications:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
C/windows-networking.xml:64(para)
|
|
18.
|
|
|
sudo apt-get install samba
|
|
|
|
(no translation yet)
|
|
|
|
Located in
serverguide/C/windows-networking.xml:90(command) serverguide/C/windows-networking.xml:300(command)
|
|
19.
|
|
|
Configuring SAMBA
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../generic/serverguide/C/windows-networking.xml:83(title)
|
|
20.
|
|
|
You may configure the SAMBA server by editing the <filename>/etc/samba/smb.conf</filename> file to change the default settings or add new settings. More information about each setting is available in the comments of the <filename>/etc/samba/smb.conf</filename> file or by viewing the <filename>/etc/samba/smb.conf</filename> manual page from the prompt with the following command typed at a terminal prompt:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../generic/serverguide/C/windows-networking.xml:84(para)
|
|
21.
|
|
|
man smb.conf
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../generic/serverguide/C/windows-networking.xml:91(command)
|
|
22.
|
|
|
Prior to editing the configuration file, you should make a copy of the original file and protect it from writing so you will have the original settings as a reference and to re-use as necessary.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../generic/serverguide/C/windows-networking.xml:95(para)
|
|
23.
|
|
|
Backup the <filename>/etc/samba/smb.conf</filename> file:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../generic/serverguide/C/windows-networking.xml:99(para)
|
|
24.
|
|
|
sudo cp /etc/samba/smb.conf /etc/samba/smb.conf.original
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../generic/serverguide/C/windows-networking.xml:104(command)
|
|
25.
|
|
|
Now, edit the <filename>/etc/samba/smb.conf</filename> file and make your changes.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../generic/serverguide/C/windows-networking.xml:107(para)
|