@glitcher32 usermod -m -d /home/[new username] -l [new username] pi
Run as root (i.e. logged out of the pi user), that should do it all in one command π
You'll probably also need to change the sudoers file:
export EDITOR=nano && sudo -E visudo
(replace anywhere it says pi in that file with the new username)
@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")