Exports

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
 
 
Zeile 1: Zeile 1:
 +
Konfigurationsdatei von [[NFS]].
 +
 +
{{Box Datei | /etc/exports |
 
<pre>
 
<pre>
 
# /etc/exports: the access control list for filesystems which may be exported
 
# /etc/exports: the access control list for filesystems which may be exported
Zeile 8: Zeile 11:
 
/mp3  *(rw,sync,no_root_squash)
 
/mp3  *(rw,sync,no_root_squash)
 
</pre>
 
</pre>
 +
}}
  
 
[[Kategorie:Konfigurationsdateien]]
 
[[Kategorie:Konfigurationsdateien]]

Aktuelle Version vom 10. Juli 2005, 17:04 Uhr

Konfigurationsdatei von NFS.

Datei
/etc/exports
# /etc/exports: the access control list for filesystems which may be exported
#		to NFS clients.  See exports(5).
/video  *(rw,sync,no_root_squash)
/video0  *(rw,sync,no_root_squash)
/video1  *(rw,sync,no_root_squash)
/video2  *(rw,sync,no_root_squash)
/mp3  *(rw,sync,no_root_squash)