Linux/Netzwerk/Zugriff: Unterschied zwischen den Versionen
Erscheinungsbild
Die Seite wurde neu angelegt: „'''Linux/Netzwerk/Zugriff''' - Zugriff auf Netzwerkfreigaben == Beschreibung == {| ! Protokoll !! Zugriff | SMB || |- | NFS || |- | HTTP || |- | SSH || |- | Webdav || |} === SMB === === NFS === === HTTP === === SSH === === Webdav === <noinclude> == Anhang == === Siehe auch === <div style="column-count:2"> <categorytree hideroot=on mode="pages">{{BASEPAGENAME}}</categorytree> </div> ---- {{Special:Pre…“ |
Keine Bearbeitungszusammenfassung |
||
(10 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 2: | Zeile 2: | ||
== Beschreibung == | == Beschreibung == | ||
{| | {| class="wikitable options big" | ||
! Protokoll !! Zugriff | ! Protokoll !! Zugriff | ||
|- | |- | ||
| [[# | | [[#SSH|SSH]] || Zugriff auf SSH-Server | ||
|- | |- | ||
| [[#HTTP|HTTP]] || | | [[#HTTP|HTTP]] || Zugriff aufs [[WWW]] | ||
|- | |- | ||
| [[# | | [[#Webdav|Webdav]] || Freigaben über [[HTTP]] | ||
|- | |- | ||
| [[# | | [[#FTP|FTP]] || File Transfer Protokoll | ||
|- | |||
| [[#SMB|SMB]] || Windows-Freigaben | |||
|- | |||
| [[#NFS|NFS]] || Network File System | |||
|} | |} | ||
=== SSH === | |||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | |||
=== SMB === | === SMB === | ||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | |||
=== NFS === | === NFS === | ||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | |||
=== HTTP === | === HTTP === | ||
== | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
</syntaxhighlight> | |||
=== Webdav === | === Webdav === | ||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | |||
<noinclude> | <noinclude> | ||
== Anhang == | == Anhang == | ||
=== Siehe auch === | === Siehe auch === | ||
<div style="column-count:2"> | <div style="column-count:2"> | ||
<categorytree hideroot=on mode="pages"> | <categorytree hideroot=on mode="pages">Linux/Netzwerk</categorytree> | ||
</div> | </div> | ||
---- | ---- | ||
Zeile 32: | Zeile 50: | ||
=== Links === | === Links === | ||
==== Weblinks ==== | ==== Weblinks ==== | ||
[[Kategorie:Linux/Netzwerk]] | [[Kategorie:Linux/Netzwerk]] | ||
</noinclude> | </noinclude> |