Linux/Netzwerk/Zugriff: Unterschied zwischen den Versionen
Erscheinungsbild
| (7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 2: | Zeile 2: | ||
== Beschreibung == | == Beschreibung == | ||
=== Protokolle === | |||
{| class="wikitable options big" | {| class="wikitable options big" | ||
! Protokoll !! | ! Protokoll !! Beschreibung | ||
|- | |- | ||
| [[#SSH|SSH]] || Zugriff auf SSH-Server | | [[#SSH|SSH]] || Zugriff auf SSH-Server | ||
|- | |- | ||
| [[#HTTP|HTTP]] || | | [[#HTTP|HTTP]] || [[WWW|Webzugriffe]] | ||
|- | |- | ||
| [[#Webdav|Webdav]] || Freigaben über [[HTTP]] | | [[#Webdav|Webdav]] || Freigaben über [[HTTP]] | ||
| Zeile 18: | Zeile 20: | ||
|} | |} | ||
=== | ==== SSH ==== | ||
{| class="wikitable options big" | |||
! Tool !! Beschreibung | |||
|- | |||
| [[ssh]] || | |||
|- | |||
| [[sftp]] || | |||
|- | |||
| [[sshfs]] || | |||
|} | |||
<syntaxhighlight lang="bash" highlight="1" line copy> | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== | ==== SMB ==== | ||
<syntaxhighlight lang="bash" highlight="1" line copy> | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== | * [[Windows Freigabe unter Linux mounten]] | ||
==== NFS ==== | |||
<syntaxhighlight lang="bash" highlight="1" line copy> | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== | ==== HTTP ==== | ||
<syntaxhighlight lang="bash" highlight="1" line copy> | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Webdav === | ==== Webdav ==== | ||
<syntaxhighlight lang="bash" highlight="1" line copy> | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
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