|
42.
|
|
|
<emphasis>create mask:</emphasis> determines the permissions new files will have when created.
|
|
|
|
<emphasis>create mask:</emphasis> yeni oluşturulacak dosyaların alacakları izinleri belirler.
|
|
Translated and reviewed by
Volkan Gezer
|
|
|
|
Located in
docs/sharing/C/sharing.xml:227(para)
|
|
43.
|
|
|
Now that <application>Samba</application> is configured, the directory needs to be created and the permissions changed. From a terminal enter:
|
|
|
|
Şimdi <application>Samba</application> ayarlandığına göre, dizin oluşturulmalı ve izinler değiştirilmelidir. Uçbirimden şunu girin:
|
|
Translated and reviewed by
Volkan Gezer
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:218(para)
|
|
44.
|
|
|
sudo mkdir -p /srv/samba/share
|
|
|
|
sudo mkdir -p /srv/samba/share
|
|
Translated and reviewed by
Volkan Gezer
|
|
|
|
Located in
docs/sharing/C/sharing.xml:243(command)
|
|
45.
|
|
|
sudo chown nobody.nogroup /srv/samba/share/
|
|
|
|
sudo chown nobody.nogroup /srv/samba/share/
|
|
Translated and reviewed by
Volkan Gezer
|
|
|
|
Located in
docs/sharing/C/sharing.xml:244(command)
|
|
46.
|
|
|
The <emphasis>-p</emphasis> switch tells mkdir to create the entire directory tree if it doesn't exist. Change the share name to fit the environment.
|
|
|
|
<emphasis>-p</emphasis> mkdir komutuna, bulunamadığında tüm dizin ağacını oluşturmasını söyler. Ortama uydurmak için paylaşım adını değiştirin.
|
|
Translated and reviewed by
Volkan Gezer
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:229(para)
|
|
47.
|
|
|
Finally, restart the <application>samba</application> services to enable the new configuration:
|
|
|
|
Son olarak, yeni yapılandırmayı etkin kılmak için <application>samba</application> servisini yeniden başlatın:
|
|
Translated and reviewed by
Volkan Gezer
|
|
|
|
Located in
docs/sharing/C/sharing.xml:258(para)
|
|
48.
|
|
|
sudo /etc/init.d/samba restart
|
|
|
|
sudo /etc/init.d/samba restart
|
|
Translated and reviewed by
Volkan Gezer
|
|
|
|
Located in
docs/sharing/C/sharing.xml:264(command) docs/sharing/C/sharing.xml:431(command) docs/sharing/C/sharing.xml:547(command) docs/sharing/C/sharing.xml:965(command) docs/sharing/C/sharing.xml:1090(command) docs/sharing/C/sharing.xml:1220(command)
|
|
49.
|
|
|
The above configuration gives all access to any client on the local network. For a more secure configuration, see <xref linkend="samba-fileprint-security"/>.
|
|
|
|
Yukarıdaki yapılandırma, yerel ağlardaki tüm istemcilere izin verir. Daha güvenli bir yapılandırma için bkz. <xref linkend="samba-fileprint-security"/>.
|
|
Translated and reviewed by
Volkan Gezer
|
|
|
|
Located in
docs/sharing/C/sharing.xml:271(para)
|
|
50.
|
|
|
From a Windows client, it should now be possible to browse to the <phrase>Kubuntu</phrase> file server and see the shared directory. To check that everything is working, try creating a directory from Windows.
|
|
|
|
Bir Windows istemcisinden, <phrase>Kubuntu</phrase> dosya sunucusuna göz atmak ve paylaşılan dizini görmek mümkün olmalı. Herkeşin çalıştığından emin olmak için, Windows kullanarak bir dizin oluşturmayı deneyin.
|
|
Translated and reviewed by
Volkan Gezer
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:256(para)
|
|
51.
|
|
|
To create additional shares, simply create new <emphasis>[dir]</emphasis> sections in <filename>/etc/samba/smb.conf</filename>, and restart <emphasis>Samba</emphasis>. Make sure that the directory to be shared actually exists and that the permissions are correct.
|
|
|
|
Ek paylaşımlar oluşturmak için yeni <emphasis>[dir]</emphasis> bölümlerini <filename>/etc/samba/smb.conf</filename>'de oluşturun ve <emphasis>Samba</emphasis>'yı yeniden başlatın. Sadece paylaşmak istediğiniz dizinin varolduğundan ve dizine gerekli izinlerin verilmiş olduğundan emin olun.
|
|
Translated and reviewed by
Volkan Gezer
|
|
|
|
Located in
docs/sharing/C/sharing.xml:285(para)
|