NeoLAB
34 subscribers
150 photos
29 videos
94 files
335 links
Lab of @neo_is_kal

🐧 | @ArchLinuxIndia
🐚 | @PrivacyToolsIOChat
🍬 | @FossMemes

This is a Journal + Shrine of links
Website: https://neovoid.is-cool.dev
Download Telegram
#notes Change username from old to new

make sure no program is running under old username
run these under tty in root for best

//rename username
#usermod –l newname oldname

//for changing directory name too
#usermod –d /home/newname –m newname

//changing finger information
#chfn –f newname newname

//now reboot or relogin and check
$whoami
$pwd

#hacktuts