~ubuntu-branches/ubuntu/precise/kde-l10n-et/precise

« back to all changes in this revision

Viewing changes to docs/kdebase-runtime/kioslave/fish/index.docbook

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-01-24 20:43:54 UTC
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: package-import@ubuntu.com-20120124204354-dwhbgzbx5g0fn2eq
Tags: upstream-4.8.0
Import upstream version 4.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" ?>
2
 
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
3
 
"dtd/kdex.dtd" [
4
 
<!ENTITY % addindex "IGNORE">
5
 
<!ENTITY % Estonian  "INCLUDE"
6
 
> <!-- change language only here -->
7
 
]>
8
 
        
9
 
<article lang="&language;" id="fish">
10
 
<title
11
 
>fish</title>
12
 
<articleinfo>
13
 
<authorgroup>
14
 
<author
15
 
>&Joerg.Walter; &Joerg.Walter.mail;</author>
16
 
<author
17
 
>&Brad.Hards; &Brad.Hards.mail;</author>
18
 
<othercredit role="translator"
19
 
><firstname
20
 
>Marek</firstname
21
 
><surname
22
 
>Laane</surname
23
 
><affiliation
24
 
><address
25
 
><email
26
 
>bald@starman.ee</email
27
 
></address
28
 
></affiliation
29
 
><contrib
30
 
>Tõlge eesti keelde</contrib
31
 
></othercredit
32
 
33
 
</authorgroup>
34
 
 
35
 
<date
36
 
>2010-10-27</date>
37
 
<releaseinfo
38
 
>&kde; 4.5</releaseinfo>
39
 
 
40
 
</articleinfo>
41
 
 
42
 
<para
43
 
>Võimaldab ligipääsu teise arvuti failidele turvalise shelli (<emphasis
44
 
>S</emphasis
45
 
>ecure <emphasis
46
 
>SH</emphasis
47
 
>ell ehk <acronym
48
 
>SSH</acronym
49
 
>) protokolli abil. Võrguarvutis peab töötama <acronym
50
 
>SSH</acronym
51
 
> deemon, kuid ülejäänus kasutab protokoll standardseid käsureatööriistu.</para>
52
 
 
53
 
<para
54
 
>Fishi KIO-mooduli kasutamine on järgmine: <userinput
55
 
>fish://<replaceable
56
 
>masinanimi</replaceable
57
 
></userinput
58
 
> või <userinput
59
 
>fish://<replaceable
60
 
>kasutajanimi</replaceable
61
 
>@<replaceable
62
 
>masinanimi</replaceable
63
 
></userinput
64
 
>.</para>
65
 
 
66
 
<note
67
 
><para
68
 
>Kasutada tuleb kaht kaldkriipsu.</para
69
 
></note>
70
 
 
71
 
<para
72
 
>Kui sinu kasutajanimi on mõlemas arvutis sama, võib osa <replaceable
73
 
>kasutajanimi</replaceable
74
 
> (ja sellele järgneva @-märgi) ära jätta.</para>
75
 
 
76
 
<para
77
 
>Lisada võib parooli kujul <userinput
78
 
>fish://<replaceable
79
 
>kasutajanimi</replaceable
80
 
>:<replaceable
81
 
>parool</replaceable
82
 
>@<replaceable
83
 
>masinanimi</replaceable
84
 
></userinput
85
 
>, kuid see ei ole hädavajalik, sest kui sa seda ei anna, küsitakse seda vajaduse korral sinu käest nagunii.</para>
86
 
 
87
 
<para
88
 
>Kui sul töötab <acronym
89
 
>SSH</acronym
90
 
> deemon mittestandardses pordis, siis saad pordi määrata tavalist &URL;-i süntaksit kasutades: <userinput
91
 
>fish://<replaceable
92
 
>masinanimi</replaceable
93
 
>:<replaceable
94
 
>pordinumber</replaceable
95
 
></userinput
96
 
>.</para>
97
 
 
98
 
<para
99
 
>Fish peaks toimima igal <acronym
100
 
>POSIX</acronym
101
 
>-iga ühilduval &UNIX;-põhisel kaugarvutil. See kasutab shellikäske <command
102
 
>cat</command
103
 
>, <command
104
 
>chgrp</command
105
 
>, <command
106
 
>chmod</command
107
 
>, <command
108
 
>chown</command
109
 
>, <command
110
 
>cp</command
111
 
>, <command
112
 
>dd</command
113
 
>, <command
114
 
>env</command
115
 
>, <command
116
 
>expr</command
117
 
>, <command
118
 
>grep</command
119
 
>, <command
120
 
>ls</command
121
 
>, <command
122
 
>mkdir</command
123
 
>, <command
124
 
>mv</command
125
 
>, <command
126
 
>rm</command
127
 
>, <command
128
 
>rmdir</command
129
 
>, <command
130
 
>sed</command
131
 
> ja <command
132
 
>wc</command
133
 
>. Fish käivitab shelli käsuga <command
134
 
>/bin/sh</command
135
 
> ja eeldab, et see on Bourne'i shell (või mõni ühilduv, näiteks <command
136
 
>bash</command
137
 
>). Kui saadaval on käsud <command
138
 
>sed</command
139
 
> ja <command
140
 
>file</command
141
 
> ning fail <filename
142
 
>/etc/apache/magic</filename
143
 
> &MIME; tüüpide signatuuridega, võib neid kasutada &MIME; tüübi tuvastamiseks. </para>
144
 
 
145
 
<para
146
 
>Kui võrgumasinas on saadaval <application
147
 
>Perl</application
148
 
>, kasutatakse hoopis seda. Siis läheb vaja ainult käske <command
149
 
>env</command
150
 
> ja <command
151
 
>/bin/sh</command
152
 
>. <application
153
 
>Perl</application
154
 
>i kasutamine on kasulik ka kiiruse suurenemise tõttu.</para>
155
 
 
156
 
<para
157
 
>Fish võib töötada isegi &Windows; masinas, kui sellesse on paigaldatud selline abivahend, nagu <application
158
 
>Cygwin</application
159
 
>. Kõik mainitud vahendid peavad asuma süsteemi otsinguteel (<envar
160
 
>PATH</envar
161
 
>) ning käivitatav shell peab suutma töödelda korrektselt käsku <command
162
 
>echo FISH:;/bin/sh</command
163
 
>.</para>
164
 
 
165
 
</article>