Google

Cambiare l’username e/o l’UID in linux

Written on:marzo 5, 2010
Comments
Add One

Per fare queste operazioni ci viene in contro il comando usermod . Ecco l’esempi dei due casi.

Per cambiare il nome utente da tom a jerry

# id tom
# usermod -l jerry tom
# id jerry
# id tom

Per impostare il nuovo UID di Tom a 10000

# id tom
# usermod -u 10000 tom
# id tom

per visualizzare la guida dettagliata eseguire nella shell man usermod

Condividi su

googlebuzz Cambiare lusername e/o lUID in linux
googleplus Cambiare lusername e/o lUID in linux

2 Comments add one

  1. I see a lot of good articles here… what template do you use ?

  2. thanks ! The name of template is Arjuna X 1.3.9.

Leave a Comment

L'indirizzo email non verrà pubblicato. I campi obbligatori sono contrassegnati *

*

È possibile utilizzare questi tag ed attributi XHTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Web Statistics