scripts-bash/ecoleA/change_username.sh

6 lines
97 B
Bash
Raw Normal View History

2022-11-06 21:27:50 +01:00
#!/bin/bash
usermod -l aoste aosteadmin
usermod -d /home/aoste -m aoste
chfn -f aoste aoste
exit