NFS exports
Task 1:
useradd ldapuser11
passwd --stdin ldapuser11
mkdir /home
yum install autofsvim /etc/auto.master
#add the line into auto.misc file
/rhome /etc/auto.misc
# add the line to auto.misc file
ldapuser11 --rw,sync host.domain.example.com:/rhome/ldapuser11Task 2:
Last updated