|
32.
|
|
|
workgroup = EXAMPLE
...
security = user
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
workgroup = ÖRNEK
...
security = kullanıcı
|
|
Translated and reviewed by
Volkan Gezer
|
|
|
|
Located in
docs/sharing/C/sharing.xml:153(programlisting) docs/sharing/C/sharing.xml:788(programlisting) docs/sharing/C/sharing.xml:1030(programlisting)
|
|
33.
|
|
|
The <emphasis>security</emphasis> parameter is farther down in the [global] section, and is commented out by default. Change <emphasis>EXAMPLE</emphasis> to match the actual environment.
|
|
|
|
<emphasis>security</emphasis> parametresi [global] bölümünde biraz daha aşağıdadır ve varsayılan olarak yorum şeklinde bırakılmıştır. Ayrıca <emphasis>ÖRNEK</emphasis>'i ortamınızla daha iyi eşleşecek şekilde değiştirin.
|
|
Translated and reviewed by
Volkan Gezer
|
|
|
|
Located in
docs/sharing/C/sharing.xml:159(para)
|
|
34.
|
|
|
Create a new section at the bottom of the file, or uncomment one of the examples for the directory to be shared:
|
|
|
|
Paylaşılacak dizin için dosyanın en alt kısmına yeni bir bölüm oluşturun ya da yorum olarak bırakılmış örneklerden birini seçin:
|
|
Translated and reviewed by
Volkan Gezer
|
|
|
|
Located in
docs/sharing/C/sharing.xml:168(para)
|
|
35.
|
|
|
[share]
comment = Ubuntu File Server Share
path = /srv/samba/share
browsable = yes
guest ok = yes
read only = no
create mask = 0755
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
[share]
comment = Ubuntu Dosya Sunucu Paylaşımı
path = /srv/samba/share
browsable = yes
guest ok = yes
read only = no
create mask = 0755
|
|
Translated and reviewed by
Volkan Gezer
|
|
|
|
Located in
docs/sharing/C/sharing.xml:173(programlisting)
|
|
36.
|
|
|
<emphasis>comment:</emphasis> a short description of the share. Adjust to fit as appropriate.
|
|
|
|
<emphasis>comment:</emphasis> paylaşımın kısa bir açıklaması. İhtiyaçlarınıza göre ayarlayın.
|
|
Translated and reviewed by
Volkan Gezer
|
|
|
|
Located in
docs/sharing/C/sharing.xml:185(para)
|
|
37.
|
|
|
<emphasis>path:</emphasis> the path to the directory to share.
|
|
|
|
<emphasis>path:</emphasis> paylaşılacak dizinin yolu.
|
|
Translated and reviewed by
Volkan Gezer
|
|
|
|
Located in
docs/sharing/C/sharing.xml:191(para)
|
|
38.
|
|
|
This example uses <filename>/srv/samba/sharename</filename> because, according to the <emphasis>Filesystem Hierarchy Standard (FHS)</emphasis>, <ulink url="http://www.pathname.com/fhs/pub/fhs-2.3. html#SRVDATAFORSERVICESPROVIDEDBYSYSTEM">/srv</ulink> is where site-specific data should be served. Technically Samba shares can be placed anywhere on the filesystem as long as the permissions are correct, but adhering to standards is recommended.
|
|
|
|
Bu örnek <filename>/srv/samba/sharename</filename> kullanır çünkü <emphasis>Dosya sistemi Hiyerarşisi Standartı (FHS)</emphasis>'na göre <ulink url="http://www.pathname.com/fhs/pub/fhs-2.3.html#SRVDATAFORSERVICESPROVIDEDBYSYSTEM">/srv</ulink> siteye özgü verinin tutulması gereken yerdir. Teknik olarak Samba paylaşımları, dosya sistemi üzerinde izinlerin doğru verildiği herhangi bir yere yerleştirilebilir, fakat standartlara bağlı kalınması önerilir.
|
|
Translated and reviewed by
Volkan Gezer
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:180(para)
|
|
39.
|
|
|
<emphasis>browsable:</emphasis> enables Windows clients to browse the shared directory using <application>Windows Explorer</application>.
|
|
|
|
<emphasis>browsable:</emphasis> Windows istemcilerinin <application>Windows Explorer</application>'ı kullanarak paylaşılan dizine erişebilmesini sağlar.
|
|
Translated and reviewed by
Volkan Gezer
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:191(para)
|
|
40.
|
|
|
<emphasis>guest ok:</emphasis> allows clients to connect to the share without supplying a password.
|
|
|
|
<emphasis>guest ok:</emphasis> istemcilerin bir şifreye gerek kalmadan paylaşıma bağlanmalarına imkan verir.
|
|
Translated and reviewed by
Volkan Gezer
|
|
|
|
Located in
docs/sharing/C/sharing.xml:213(para)
|
|
41.
|
|
|
<emphasis>read only:</emphasis> determines if the share is read only or if write privileges are granted. Write privileges are allowed only when the value is <emphasis>no</emphasis>, as is seen in this example. If the value is <emphasis>yes</emphasis>, then access to the share is read only.
|
|
|
|
<emphasis>read only:</emphasis> paylaşımın yalnızca okunabilir mi yoksa yazma haklarına da sahip mi olduğunu belirler. Yazma hakları sadece bu örnekte görüldüğü gibi read only değeri <emphasis>no</emphasis> olduğu zaman verilir. Eğer değer <emphasis>yes</emphasis> ise, paylaşıma erişim yalnızca okumayla sınırlıdır.
|
|
Translated and reviewed by
Volkan Gezer
|
|
|
|
Located in
docs/sharing/C/sharing.xml:219(para)
|