Homework exercises #2 (due by June 16)#
Create a user account with specified uid, gid, and home directory.#
Create user account edward with uid=gid=1666 and home directory in
/NFS/home/edward
on rocky91 VM.
Configure autofs on rocky91 VM.#
Install package
autofs
on rocky91.Set automount for
/NFS/home
on rocky91 VM by creating filesauto.master
andauto.exports
in directory/etc
and restarting autofs service.ssh to rocky VM from the desktop as user edward. Check if /NFS/home gets automounted.