0

How to rename the root account to another name in Linux

Can I rename the root user account' s name to any other name. Is it safe to do so, will it work fine or not.??

Linux Root Add a comment
noah
asked Feb 18 2017

Answer

0

Its a bad idea which should not be made. All the applications and process will assume that the username 'root' exists and its the Superuser.

So if you rename it, you should made changes in /etc/passwd , /etc/shadow , and in all the list of config files.

Add a comment
jagannatharumugam
asked Apr 02 2017
edited Oct 05 2018
Post your Answer