Linux/Netzwerk/Zugriff: Unterschied zwischen den Versionen
Erscheinungsbild
| (16 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 2: | Zeile 2: | ||
== Beschreibung == | == Beschreibung == | ||
=== Protokolle === | |||
{| class="wikitable options big" | {| class="wikitable options big" | ||
! Protokoll !! Zugriff | ! Protokoll !! Beschreibung | ||
|- | |||
| [[#SSH|SSH]] || Zugriff auf SSH-Server | |||
|- | |||
| [[#HTTP|HTTP]] || [[WWW|Webzugriffe]] | |||
|- | |- | ||
| [[# | | [[#Webdav|Webdav]] || Freigaben über [[HTTP]] | ||
|- | |- | ||
| [[#NFS|NFS]] || | | [[#FTP|FTP]] || File Transfer Protokoll | ||
|- | |||
| [[#SMB|SMB]] || Windows-Freigaben | |||
|- | |||
| [[#NFS|NFS]] || Network File System | |||
|} | |||
==== SSH ==== | |||
{| class="wikitable options big" | |||
! Tool !! Beschreibung | |||
|- | |- | ||
| [[ | | [[ssh]] || | ||
|- | |- | ||
| [[ | | [[sftp]] || | ||
|- | |- | ||
| [[ | | [[sshfs]] || | ||
|} | |} | ||
=== SMB === | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
=== NFS === | </syntaxhighlight> | ||
=== HTTP === | |||
=== | ==== SMB ==== | ||
=== | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
</syntaxhighlight> | |||
* [[Windows Freigabe unter Linux mounten]] | |||
==== NFS ==== | |||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | |||
==== HTTP ==== | |||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | |||
==== Webdav ==== | |||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | |||
<noinclude> | <noinclude> | ||
| Zeile 27: | Zeile 57: | ||
=== 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 34: | Zeile 64: | ||
=== Links === | === Links === | ||
==== Weblinks ==== | ==== Weblinks ==== | ||
[[Kategorie:Linux/Netzwerk]] | [[Kategorie:Linux/Netzwerk]] | ||
</noinclude> | </noinclude> | ||
Aktuelle Version vom 14. September 2025, 23:47 Uhr
Linux/Netzwerk/Zugriff - Zugriff auf Netzwerkfreigaben
Beschreibung
Protokolle
| Protokoll | Beschreibung |
|---|---|
| SSH | Zugriff auf SSH-Server |
| HTTP | Webzugriffe |
| Webdav | Freigaben über HTTP |
| FTP | File Transfer Protokoll |
| SMB | Windows-Freigaben |
| NFS | Network File System |
SSH
| Tool | Beschreibung |
|---|---|
| ssh | |
| sftp | |
| sshfs |
SMB
NFS
HTTP
Webdav
Anhang
Siehe auch
Links
Weblinks