Horje
linux change username Code Example
linux change username
# login as root and make sure that there are no active processes for user
usermod -l NEW_USERNAME OLD_USERNAME
# if user is running kill user w the following command
userUID=$(id -u OLD_USERNAME) && pkill -U $userUID
change user linux
sudo su - username




Shell

Related
error: Fehler beim Versenden einiger Referenzen nach 'git@git Code Example error: Fehler beim Versenden einiger Referenzen nach 'git@git Code Example
git rest hard file Code Example git rest hard file Code Example
install php on ubuntu Code Example install php on ubuntu Code Example
git push rejected Code Example git push rejected Code Example
bash if file contains string Code Example bash if file contains string Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9