Mudança de nome de usuário [duplicado]

-1

Estou mudando meu nome de usuário no Ubuntu 14.04 como lido em outra pergunta e então recebo esta mensagem.

Please enter a username matching the regular expression configured via the NAME_REGEX[_SYSTEM] configuration variable. Use the '--force-badname' option to relax this check or reconfigure NAME_REGEX.

Eu não tenho ideia do que isso significa ou se é algo sério. É sério?

    
por AEON 31.01.2016 / 23:38

1 resposta

-1

Existe uma resposta aqui por CoalaWeb que pode ajudá-lo: link

"You normally get this message if you are trying to create a user with a name that contains characters that are considered to be un acceptable as per your NAME_REGEX file. You can try again changing the username with the GUI or you can relax the check by using the command line with the following command.

     

sudo adduser --force-badname <username> e, em seguida, se você quiser adicionar   o usuário do grupo sudo executa o seguinte comando.

     

sudo adduser <username> sudo "

Há mais informações sobre por que NÃO usar caracteres considerados inaceitáveis em uma resposta por steveha aqui: link

"My advice to you is to follow the standard recommended by the default NAME_REGEX. You can actually put nearly anything in a user name under *NIX but you may encounter odd problems with library code that makes assumptions."

    
por onyinyang 01.02.2016 / 00:30