Options in usermod Command in Linux
-d, --home: This option changes the user's home directory.
For example -
usermod -d /new/home/directory username
Output:
No output, but the home directory of 'username' has been changed to '/new/home/directory'.
This command changes the home d...
khushbuk0714.hashnode.dev3 min read