Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

command to change user username

usermod -l NEW_USERNAME OLD_USERNAME
Comment

PREVIOUS NEXT
Code Example
Shell :: grep in multiple files 
Shell :: dev/kvm not found 
Shell :: gitignore command 
Shell :: terraform VPC setup 
Shell :: Errors were encountered while processing: ubuntu 
Shell :: create github repository 
Shell :: run emulator from command line 
Shell :: adb install aab 
Shell :: install youtube-dl on ubuntu 20.04 
Shell :: how to change git default branch name 
Shell :: Turn On Nested Virtualization If You’Re Running The Host System In A Windows Box 
Shell :: error installing cocoapods mac 
Shell :: count specific number in array powershell 
Shell :: grep command 
Shell :: fordesktop como remover o messenger linux 
Shell :: Failed to download pear within preferred state "stable" 
Shell :: installed delphi package says unit not found 
Php :: how to remove public from url in codeigniter 4 
Php :: str not found laravel 
Php :: php file exist 
Php :: destroy session codeigniter 3 
Php :: get current user first and last name wordpress 
Php :: typeof php 
Php :: php read csv file line by line 
Php :: laravel where created_at today 
Php :: show error php in htaccess 
Php :: php filter only numbers 
Php :: how to add php 7.4 in homebrew 
Php :: In PackageManifest.php line 131: Undefined index: name laravel 7 
Php :: php add hours to current date 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =