diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-06 18:02:20 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-06 18:02:20 -0600 |
commit | 9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195 (patch) | |
tree | 795b1aa8dbbe6582aa5ad0d2b7505789d0dc1408 /tde-i18n-ru/docs/tdebase/tdeioslave/smb/index.docbook | |
parent | f9dfb6416745710680d26abcc774b4146cd3ef2b (diff) | |
download | tde-i18n-9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195.tar.gz tde-i18n-9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195.zip |
Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks.
Diffstat (limited to 'tde-i18n-ru/docs/tdebase/tdeioslave/smb/index.docbook')
-rw-r--r-- | tde-i18n-ru/docs/tdebase/tdeioslave/smb/index.docbook | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/tde-i18n-ru/docs/tdebase/tdeioslave/smb/index.docbook b/tde-i18n-ru/docs/tdebase/tdeioslave/smb/index.docbook new file mode 100644 index 00000000000..57473f3916e --- /dev/null +++ b/tde-i18n-ru/docs/tdebase/tdeioslave/smb/index.docbook @@ -0,0 +1,30 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY % addindex "IGNORE"> + <!ENTITY % Russian "INCLUDE"> <!-- change language only here --> +]> + +<article lang="&language;" id="smb"> +<title>SMB</title> +<articleinfo> +<authorgroup> +<author>&Alexander.Neundorf; &Alexander.Neundorf.mail;</author> +<othercredit role="translator"><firstname></firstname><surname></surname><affiliation><address><email></email></address></affiliation><contrib></contrib></othercredit> +</authorgroup> +</articleinfo> +<para>Протокол smb позволяет просматривать открытые для общего доступа ресурсы в сети &Windows; (или Samba). </para> + +<para>Чтобы просмотреть доступные рабочие группы, введите <userinput><command>smb:/</command></userinput>. </para> +<para>Для того чтобы просмотреть список хостов рабочей группы, введите <userinput><command>smb:/</command><replaceable>имя-группы</replaceable></userinput>. </para> +<para>Чтобы просмотреть доступные ресурсы на узле <userinput>the_host</userinput>, введите <userinput><command>smb://</command><replaceable>the_host</replaceable></userinput> или <userinput><command>smb:/</command><replaceable>a_workgroup</replaceable>/<replaceable>the_host</replaceable></userinput>. </para> +<para>Чтобы получить доступ к ресурсу <userinput>the_share</userinput> напрямую, введите <userinput><command>smb://</command><replaceable>the_host/the_share</replaceable></userinput> или <userinput><command>smb:/</command><replaceable>a_workgroup</replaceable>/<replaceable>the_host</replaceable>/<replaceable>the_share</replaceable></userinput>. </para> + +<para>Обработчик протокола smb работает только при наличии библиотеки libsmbclient. </para> + +<para>В &kcontrol; вы можете указать имя пользователя и пароль по умолчанию: выберите <menuchoice><guisubmenu>Сеть</guisubmenu><guimenuitem>Обзор локальной сети</guimenuitem></menuchoice>. Это особенно полезно, если вы входите в домен &Windows; <acronym>NT</acronym>. Здесь вы также можете указать имя рабочей группы, но обычно это не нужно. Если потребуется, укажите имя и пароль. </para> + +<para>Этот протокол разрабатывался и тестировался для Samba 2.0.7, но и с другими версиями Samba не должно быть проблем. </para> + +<para>Автор: Александр Нойндорф (Alexander Neundorf) <email>neundorf@kde.org</email>. </para> +</article> + |