Results 1 to 2 of 2

Thread: Distro/DE neutral method of changing someone's UserID

  1. #1
    Join Date
    Jul 2007
    Location
    Alsip, IL
    Beans
    2,027
    Distro
    Ubuntu 10.04 Lucid Lynx

    Distro/DE neutral method of changing someone's UserID

    Howdy There,

    Is there a DE/distro neutral (I guess CLI) method of changing a given user's user ID on a Linux system? I want to set all my systems to have the same UserID so my external hard drive stops giving permission errors when moving between them.

    Regards,
    ~Jeff

  2. #2
    Join Date
    Sep 2010
    Beans
    61

    Re: Distro/DE neutral method of changing someone's UserID

    Quote Originally Posted by beastrace91 View Post
    Is there a DE/distro neutral (I guess CLI) method of changing a given user's user ID on a Linux system?
    Change the id in /etc/passwd and /etc/group and do
    chown -R user:group /home/user
    replacing "user:group" by actual user and group name.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •