How do I rename a user name from ‘tom’ to ‘jerry’ under Ubuntu Linux?
{ 3 comments }
Q. How do I change user name (rename user name) or UID under Linux operating system? A. Use the usermod command to change user name under Linux. it modifies the system account files to reflect the changes that are specified on the command line. Syntax is as follows usermod -l login-name old-name Where, => The [...]
{ 47 comments }