Pages

Wednesday, August 26, 2015

Rename users on Raspbian

To rename the default user pi on Raspbian to another name, run the following command
usermod -l <new_username> -d /home/<new_username> -m pi

No comments:

Post a Comment