
useradd:ai:154c4
How to add user with specific home on nfs?
$ useradd -m -d /mnt/nfs/home/username username
try on your machine
This command adds a new user with a specific home directory on an NFS mount point. Replace 'username' with the desired username and make sure the NFS mount point is correctly configured.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- how to add user with specific home on nfs?