Linux/Netzwerk/Zugriff: Unterschied zwischen den Versionen
Erscheinungsbild
	
	
| (9 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]]  | |||
|-  | |||
| [[#FTP|FTP]] || File Transfer Protokoll  | |||
|-  | |-  | ||
| [[#SMB|SMB]] || Windows-Freigaben  | | [[#SMB|SMB]] || Windows-Freigaben  | ||
|-  | |-  | ||
| [[#NFS|NFS]] || Network File System  | | [[#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>  | ||
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