Zum Inhalt springen

Linux/Netzwerk/Zugriff: Unterschied zwischen den Versionen

Aus Foxwiki
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…“
 
 
(17 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 2: Zeile 2:


== Beschreibung ==
== Beschreibung ==
{|
 
! Protokoll !! Zugriff
=== Protokolle ===
| [[#SMB|SMB]] ||  
{| class="wikitable options big"
! Protokoll !! Beschreibung
|-
| [[#SSH|SSH]] || Zugriff auf SSH-Server
|-
| [[#HTTP|HTTP]] || [[WWW|Webzugriffe]]
|-
| [[#Webdav|Webdav]] || Freigaben über [[HTTP]]
|-
| [[#FTP|FTP]] || File Transfer Protokoll
|-
| [[#SMB|SMB]] || Windows-Freigaben
|-
|-
| [[#NFS|NFS]] ||  
| [[#NFS|NFS]] || Network File System
|}
 
==== SSH ====
{| class="wikitable options big"
! Tool !! Beschreibung
|-
|-
| [[#HTTP|HTTP]] ||  
| [[ssh]] ||  
|-
|-
| [[#SSH|SSH]] ||  
| [[sftp]] ||  
|-
|-
| [[#Webdav|Webdav]] ||
| [[sshfs]] ||  
|}
|}


=== SMB ===
<syntaxhighlight lang="bash" highlight="1" line copy>
=== NFS ===
</syntaxhighlight>
=== HTTP ===
 
=== SSH ===
==== SMB ====
=== Webdav ===
<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>
== Anhang ==
== Anhang ==
=== Siehe auch ===
=== Siehe auch ===
<div style="column-count:2">
<div style="column-count:2">
<categorytree hideroot=on mode="pages">{{BASEPAGENAME}}</categorytree>
<categorytree hideroot=on mode="pages">Linux/Netzwerk</categorytree>
</div>
</div>
----
----
Zeile 32: Zeile 64:
=== Links ===
=== Links ===
==== Weblinks ====
==== Weblinks ====
{{DEFAULTSORT:new}}
{{DISPLAYTITLE:new}}


[[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