红帽认证RCHE7.0【RHCSA】第11题:配置autofs
按照下述要求配置autofs用来自动挂载LDAP用户的主目录:
- server.group8.example.com 通过NFS输出了 /rhome 目录到您的系统。这个文件系统包含了用户thales的主目录,并且已经预先配置好了。
- thales用户的主目录是 server.group8.example.com:/rhome/thales
- thales用户的主目录应该挂载到本地的 /home/ldap/thales
- 用户对其主目录必须是读写的
- thales的登录密码是redhat
- 要求使用nfs3版本挂载
【答案】
yum install autofs
systemctl enable autofs
systemctl start autofs
vi /etc/auto.master
/home/ladp /etc/auto.ldap
vi /etc/auto.ldap
thales -rw server.group8.example.com:/rhome/thales
systemctl restart autofs
su – thales
pwd
【知识点】
autofs