“Linux Alterar shell /bin /false do usuário” Respostas de código

Linux Altere o nome de usuário

# 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
Jay

Alterar o Linux do usuário

sudo su - username
Blue-eyed Beaver

Bash Alterar usuário

sudo su - username
Thankful Toad

Respostas semelhantes a “Linux Alterar shell /bin /false do usuário”

Perguntas semelhantes a “Linux Alterar shell /bin /false do usuário”

Mais respostas relacionadas para “Linux Alterar shell /bin /false do usuário” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código