@jonah Just to sum it all up before I go all out messing things up.....
(Be logged out of pi account?)
Then I would type:
usermod -m -d /home/glitcher32 -l glitcher32 pi
(With "pi" at end of command)
Then type:
export EDITOR=nano && sudo -E visudo
(Then replace anything in there that says "pi" with "glitcher32")
@jonah After I run the first command (while logged into root) it goes through, but when I do that second command in and look in the file, there is nothing that says anything about "pi".
Do I have to log out of the root account then do it?
@glitcher32 yeah so you're going to login as root (sudo su) first, then run those commands, which should theoretically change everything. Changing usernames isn't like, officially supported in Linux but most things are tied to the UID and the username is just for show so it should be fine.