Linux/Netzwerk/Zugriff: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
|||
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 5: | Zeile 5: | ||
! Protokoll !! Zugriff | ! Protokoll !! Zugriff | ||
|- | |- | ||
| [[# | | [[#SSH|SSH]] || Zugriff auf SSH-Server | ||
|- | |- | ||
| [[# | | [[#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> |