View previous topic :: View next topic |
Author |
Message |
MetalWarrior Guru
Joined: 07 Nov 2004 Posts: 347 Location: Malè (Trento), Italy
|
Posted: Fri Dec 24, 2004 2:13 pm Post subject: File /etc/gshadow mancante [RISOLTO] |
|
|
Ciao ragazzi,
volevo aggiungere un utente ad un gruppo (l'utente jboss al gruppo console) e mi è comparso l'errore "Il file /etc/gshadow non esiste"... Il supporto per le shadow password è attivato.. Vi sarei molto grato se riusciste a dirmi dove devo mettere mano...
Ciao, BUONE FESTE a tutti! _________________ (Our) system as a whole is more or less the GNU system, with Linux added.
When you're talking about this combination, please call it ``GNU/Linux''. ~ Richard Stallman
http://www.gnu.org/gnu/why-gnu-linux.html
Last edited by MetalWarrior on Fri Dec 24, 2004 2:50 pm; edited 1 time in total |
|
Back to top |
|
|
FonderiaDigitale Veteran
Joined: 06 Nov 2003 Posts: 1710 Location: Rome, Italy
|
Posted: Fri Dec 24, 2004 2:45 pm Post subject: |
|
|
Code: | su -
[...]
touch /etc/gshadow
chown root.root /etc/gshadow
chmod 700 /etc/gshadow
# aggiungi al gruppo desiderato l'utente
usermod -g gruppo utente |
_________________ Come disse un amico, i sistemisti sono un po' come gli artigiani per l'informatica
|
|
Back to top |
|
|
MetalWarrior Guru
Joined: 07 Nov 2004 Posts: 347 Location: Malè (Trento), Italy
|
Posted: Fri Dec 24, 2004 2:50 pm Post subject: |
|
|
Grazie mille! _________________ (Our) system as a whole is more or less the GNU system, with Linux added.
When you're talking about this combination, please call it ``GNU/Linux''. ~ Richard Stallman
http://www.gnu.org/gnu/why-gnu-linux.html |
|
Back to top |
|
|
67comet Apprentice
Joined: 29 Oct 2004 Posts: 262 Location: Ogden, UT
|
Posted: Sat Jan 15, 2005 12:54 am Post subject: |
|
|
I don't really speak Italian anymore, but I got enough out of this to fix my /etc/gshadow problem! .. WooHoo ..
Thanks much,
Justin
(Lived in Prata di Pordenone for 3 years) _________________ A Pile of Code (basically dead).
Personal Site (basically useless). |
|
Back to top |
|
|
unz l33t
Joined: 28 Jul 2004 Posts: 819 Location: Roma, Italia
|
Posted: Sat Jan 15, 2005 1:50 am Post subject: |
|
|
italians do it better, kirk SUPERLOL _________________ Ma che c'hai là? Sulla spalla!!!! http://lascimmia.it/ |
|
Back to top |
|
|
|