Homework exercises #2 (due by Oct. 15)#
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 rocky VM.
Configure autofs on rocky VM.#
Set automount for
/NFS/home
on rocky VM by creating filesauto.master
andauto.exports
in directory/etc
.ssh to rocky VM from the desktop as user edward. Check if /NFS/home gets automounted.