Re: Changing UnixID



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Steven Mocking wrote:
balreddy.gattu@xxxxxxxxx wrote:
Hello All,
I want to know is there any command exists to change the unixuserid.

Example:

My user id is /home/test
I want to change the id test to dev i.e my home directory will become
/home/dev.
I know we can create new id and copy the files from test to dev and
delete the test id.
Instead of that if we have any shortcut/ command to just change the
loginid in solaris.

You're talking about a user*name*. Make sure you are logged out. Login
as root and :

# usermod -l dev test
# mv /home/test /home/dev

Even easier is to add the -m and -d options and let usermod do the move
itself
usermod -d /home/dev -m -l dev test

See usermod(8) for details ("man 8 usermod")

That should do it, but there might be braindead applications which
depend on your username and require hand-hacking. You'll notice their
whining soon enough.

Agreed

- --
Lew Pitcher

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (MingW32) - WinPT 0.11.12

iD8DBQFFG7yRagVFX4UWr64RAjbFAKCPrbB5bh+SqHkq/bpQ4UGbCnOAkACg24PG
CrAzRmUmM7/7RlOXmoOLJ4I=
=j/TN
-----END PGP SIGNATURE-----

.



Relevant Pages

  • Re: Changing UnixID
    ... I want to know is there any command exists to change the unixuserid. ... I want to change the id test to dev i.e my home directory will become ... usermod - modify a user's login information on the system ...
    (comp.unix.shell)
  • Re: Changing UnixID
    ... I want to know is there any command exists to change the unixuserid. ... I want to change the id test to dev i.e my home directory will become ... You'll notice their whining soon enough. ...
    (comp.unix.shell)
  • Changing UnixID
    ... I want to know is there any command exists to change the unixuserid. ... I want to change the id test to dev i.e my home directory will become ... loginid in solaris. ...
    (comp.unix.shell)
  • Re: [Info-Ingres] Question on usermod command
    ... I have tested patch P12814 for Solaris and Ingres 2.6. ... bug 101117: ... "If a usermod fails because of a lock timeout the temporary files (in ... Question on usermod command ...
    (comp.databases.ingres)
  • [PATCH][v4][11/24] Add Mellanox HCA low-level driver (FW commands)
    ... Add firmware command processing code for Mellanox HCA driver. ... * licenses. ... +static int mthca_cmd_post(struct mthca_dev *dev, ...
    (Linux-Kernel)