This website requires JavaScript.
Explore
Help
Sign In
cedricAbonnel
/
scripts-bash
Watch
1
Star
0
Fork
You've already forked scripts-bash
0
Code
Issues
2
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f86c5c48b3
scripts-bash
/
ecoleA
/
change_username.sh
6 lines
97 B
Bash
Raw
Blame
History
#!/bin/bash
usermod -l aoste aosteadmin
usermod -d /home/aoste -m aoste
chfn -f aoste aoste
exit
Reference in New Issue
View Git Blame
Copy Permalink