diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
commit | f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b (patch) | |
tree | 1f78ef53b206c6b4e4efc88c4849aa9f686a094d /tde-i18n-da/docs/tdebase/kioslave/fish.docbook | |
parent | 85ca18776aa487b06b9d5ab7459b8f837ba637f3 (diff) | |
download | tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.tar.gz tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.zip |
Second part of prior commit
Diffstat (limited to 'tde-i18n-da/docs/tdebase/kioslave/fish.docbook')
-rw-r--r-- | tde-i18n-da/docs/tdebase/kioslave/fish.docbook | 139 |
1 files changed, 139 insertions, 0 deletions
diff --git a/tde-i18n-da/docs/tdebase/kioslave/fish.docbook b/tde-i18n-da/docs/tdebase/kioslave/fish.docbook new file mode 100644 index 00000000000..e747cedb92d --- /dev/null +++ b/tde-i18n-da/docs/tdebase/kioslave/fish.docbook @@ -0,0 +1,139 @@ +<article lang="&language;" id="fish"> +<title +>fish</title> +<articleinfo> +<authorgroup> +<author +>&Joerg.Walter; &Joerg.Walter.mail;</author> +<author +>&Brad.Hards; &Brad.Hards.mail;</author> +&erik.kjaer.pedersen.role; +</authorgroup> + +<date +>2005-02-29</date> +<releaseinfo +>1.1.2</releaseinfo> + +</articleinfo> + +<para +>Tillader dig adgang til filer på en anden maskine med den sikre skalprotokol (<acronym +>SSH</acronym +>). Fjernmaskinen skal køre <acronym +>SSH</acronym +>-dæmonen, men resten af protokollen bruger almindelige kommandolinjeværktøjer, som beskrives nedenfor.</para> + +<para +>Du kan bruge kioslaven fish sådan her: <userinput +>fish://<replaceable +>værtsnavn</replaceable +></userinput +>eller <userinput +>fish://<replaceable +>brugernavn</replaceable +>@<replaceable +>værtsnavn</replaceable +></userinput +></para> + +<note +><para +>Du skal bruge dobbelte skråstreger.</para +></note> + +<para +>Du behøver ikke angive <replaceable +>brugernavn</replaceable +> (og det efterfølgende symbol @) hvis du har samme brugernavn på begge maskiner.</para> + +<para +>Du kan tilføje et kodeord i formatet <userinput +>fish://<replaceable +>brugernavn</replaceable +>:<replaceable +>kodeord</replaceable +>@<replaceable +>værtsnavn</replaceable +></userinput +>, men dette er ikke nødvendigt da du vil blive spurgt hvis du ikke angiver et kodeord.</para> + +<para +>Hvis du kører <acronym +>SSH</acronym +>-dæmonen på en anden port end den almindelige, kan du angive porten med normal &URL;-syntaks som vist nedenfor: <userinput +>fish://<replaceable +>værtsnavn</replaceable +>:<replaceable +>portnummer</replaceable +></userinput +>.</para> + +<para +>Fish skulle virke med enhver nogenlunde <acronym +>POSIX</acronym +>-kompatibel &UNIX; baseret ekstern computer. Den bruger skal-kommandoerne <command +>cat</command +>, <command +>chgrp</command +>, <command +>chmod</command +>, <command +>chown</command +>, <command +>cp</command +>, <command +>dd</command +>, <command +>env</command +>, <command +>expr</command +>, <command +>grep</command +>, <command +>ls</command +>, <command +>mkdir</command +>, <command +>mv</command +>, <command +>rm</command +>, <command +>rmdir</command +>, <command +>sed</command +>, og <command +>wc</command +>. Fish starter <command +>/bin/sh</command +> som sin skal og forventer det er en Bourne skal (eller kompatibel, såsom <command +>bash</command +>). Hvis <command +>sed</command +> og <command +>file</command +>-kommandoerne er tilgængelige, så vel som en <filename +>/etc/apache/magic</filename +>-fil med &MIME;-type underskrifter, vil disse blive brugt til at gætte &MIME;-typer. </para> + +<para +>Hvis <application +>Perl</application +> er tilstede på den eksterne maskine, vil den blive brugt i stedet for. Så behøves kun <command +>env</command +> og <command +>/bin/sh</command +>. Brugen af <application +>Perl</application +> har derudover den fordel at være hurtigere.</para> + +<para +>Fish vil måske endda virke på &Windows;-maskiner hvis værktøjer som <application +>Cygwin</application +> er installerede. Alle ovennævnte væktøjer skal være i systemets sti <envar +>PATH</envar +>, og den skal der startes fra, skal kunne behandle kommandoen <command +>echo FISH:;/bin/sh</command +> rigtigt.</para> + +</article> |