Find the answer to your Linux question:
Results 1 to 6 of 6
hi friends, i am new in linux.my doubt is 1. "how can i see all users present in the sytem" 2. how can i change the uer name and password(i ...
  1. #1
    Just Joined!
    Join Date
    Oct 2007
    Posts
    6

    See All users

    hi friends,

    i am new in linux.my doubt is
    1. "how can i see all users present in the sytem"
    2. how can i change the uer name and password(i have root password)

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Regarding #2...

    Here's a HowTo for resetting user and root passwords:

    http://www.linuxforums.org/forum/lin...-password.html
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Oct 2007
    Posts
    6
    Friend, I change the root passwd and user passwd.But trhe problem is i cant login the user.by default when login screen is displayed it show the root.i replace the user name and enter the new passwd.but cant logged in the the system with that user name.
    other doubt is how can i find all the user the are present in my system.

    thanks.

  4. #4
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    I'm not sure what's going on then. If time spent on this is of any importance, you might want to save time and simply reinstall to see if that helps. If not, you can continue to troubleshoot the problem as is.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by rajforlinux
    how can i find all the user the are present in my system.
    Check folders in /home. Whenever one creates a new user, system creates a <user_id> folder under /home by default. There are a few exceptions though.
    Code:
    ls /home
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    You could also get an idea of what user accounts are set up by going to a terminal/konsole and running the command:

    Code:
    cat /etc/group
    Let us know how it goes.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Posting Permissions

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