Administration des Systèmes d'Exploitation

L'objectif de cette partie est d'utiliser NFS pour implanter les accès distants aux répertoires.


MACHINE_LISTE=machines
IF=enp0s3
DOMAINE_IP="ubo.local"

SERVER_NFS=server

EXPORT_HOME=/export/home
EXPORT_HOME_OPT=rw,sync,no_subtree_check
MOUNT_HOME=/home/server
MOUNT_HOME_OPT=hard,rw

EXPORT_APP=/export/opt
EXPORT_APP_OPT=ro,no_subtree_check
MOUNT_APP=/opt
MOUNT_APP_OPT=soft,ro