SEnha [RESOLVIDO]

13. senha

Rodrigo
rodrigom

(usa Debian)

Enviado em 30/01/2011 - 16:12h

andrezc, obrigado pela correção.

Abraço.


  


14. Re: SEnha [RESOLVIDO]

Alberto Federman Neto.
albfneto

(usa openSUSE)

Enviado em 30/01/2011 - 16:21h

respondendo sua outra pergunta, se tem um jeito gráfico d ecolocar senhas, usuários, Olha, no ambiente gráfico KDE , eu conheço o pacote KUSER, mas as versões antigas eram muito BUGADAS, teve bastante gente que teve problemas com ele.
é mais prático mudar a senha com o "passwd" e fazer usuários com o comando "useradd":

albfneto@localhost ~]$ sudo useradd --help
[sudo] password for albfneto:
Usage: useradd [options] LOGIN

Options:
-b, --base-dir BASE_DIR base directory for the home directory of the
new account
-c, --comment COMMENT GECOS field of the new account
-d, --home-dir HOME_DIR home directory of the new account
-D, --defaults print or change default useradd configuration
-e, --expiredate EXPIRE_DATE expiration date of the new account
-f, --inactive INACTIVE password inactivity period of the new account
-g, --gid GROUP name or ID of the primary group of the new
account
-G, --groups GROUPS list of supplementary groups of the new
account
-h, --help display this help message and exit
-k, --skel SKEL_DIR use this alternative skeleton directory
-K, --key KEY=VALUE override /etc/login.defs defaults
-l, --no-log-init do not add the user to the lastlog and
faillog databases
-m, --create-home create the user's home directory
-M, --no-create-home do not create the user's home directory
-N, --no-user-group do not create a group with the same name as
the user
-o, --non-unique allow to create users with duplicate
(non-unique) UID
-p, --password PASSWORD encrypted password of the new account
-r, --system create a system account
-s, --shell SHELL login shell of the new account
-u, --uid UID user ID of the new account
-U, --user-group create a group with the same name as the user

[albfneto@localhost ~]$


Ou com o script "adduser":


[albfneto@localhost ~]$ sudo adduser --help
Usage: useradd [options] LOGIN

Options:
-b, --base-dir BASE_DIR base directory for the home directory of the
new account
-c, --comment COMMENT GECOS field of the new account
-d, --home-dir HOME_DIR home directory of the new account
-D, --defaults print or change default useradd configuration
-e, --expiredate EXPIRE_DATE expiration date of the new account
-f, --inactive INACTIVE password inactivity period of the new account
-g, --gid GROUP name or ID of the primary group of the new
account
-G, --groups GROUPS list of supplementary groups of the new
account
-h, --help display this help message and exit
-k, --skel SKEL_DIR use this alternative skeleton directory
-K, --key KEY=VALUE override /etc/login.defs defaults
-l, --no-log-init do not add the user to the lastlog and
faillog databases
-m, --create-home create the user's home directory
-M, --no-create-home do not create the user's home directory
-N, --no-user-group do not create a group with the same name as
the user
-o, --non-unique allow to create users with duplicate
(non-unique) UID
-p, --password PASSWORD encrypted password of the new account
-r, --system create a system account
-s, --shell SHELL login shell of the new account
-u, --uid UID user ID of the new account
-U, --user-group create a group with the same name as the user

[albfneto@localhost ~]$




15. Re: SEnha [RESOLVIDO]

Alberto Federman Neto.
albfneto

(usa openSUSE)

Enviado em 30/01/2011 - 16:31h

resumindo, quando vc loga na tela de inicio, vc esta logando como usuario, como user.

quando faz, no terminal:

$ su e senha de root

isso LOGA vc como Root.

aí vc faz:

# COMANDO

Estará logado como root, executa o comando como root e PERMANECE Root, enquanto não fecha o terminal, porisso é
mais seguro fazer assim:

$ sudo COMANDO OU
$ kdesu COMANDO OU AINDA
$ gksu COMANDO

e usa senha de usuario normal (no caso de sudo) e de root, no caso de kdesu ou gksu.

o COMANDO vai rodar como se vc "fosse" root, mas vc não é, apenas as suas " permissões" são de root, depois que o comando
executou, memso que o terminal não seja fechado, não tem mais perigo, pq vc não está mais como root.



01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts