In this video, I will be showing you change user name in kali linux
Commands
Then change the username using the following command:
sudo usermod -l new_username -d /home/new_username -m old_username
Change the group name using the following command:
groupmod -n new_username old_username
ln -s /home/new_username /home/old_username
Change the user finger information (user database information). In this case I just want to change the full name.
chfn -f "New Full Name" new_username
⚠️ This Video is For Educational Purposes Only!
I'm Not Responsible For Your Any Actions!⚠️
Thank you for watching,
Don't forget to SUBSCRIBE , It means a lot to creators like me.
#kali #kalilinux #linux