How to change the home directory of a user account in Linux?
Originally Published Here ๐!
To change the home directory of a user account, we can use the usermod command followed by the -d flag (home directory flag), then the path to the new home directory, and then the name of the user in the Linux.
Suppose w...
melvingeorge-me.hashnode.dev1 min read