Horje
change user linux 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
bash change user
sudo su - username




Shell

Related
borrar una rama git Code Example borrar una rama git Code Example
ubuntu 20.04 wifi adapter not found dell Code Example ubuntu 20.04 wifi adapter not found dell Code Example
wget file from google drive Code Example wget file from google drive Code Example
django upgrade Code Example django upgrade Code Example
show env in bash Code Example show env in bash Code Example

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