Browse users email password trough ssh

Discussion in 'Technical' started by Makis77, Jan 24, 2010.

  1. Makis77

    Makis77 New Member

    Hi.
    I once used a command to check all users password at once so i can remind myself one that i forgot about. Months passed and i cant remember that command any more.
    I tried to pico passwd and shadow under /etc but it didnt help since passwords are masked.
    Any suggestions?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Passwords in Linux are always encrypted with a one way has, so you can never browse them in cleartext.

    If you want to check the consistence of the passwd, group and shadow files, run the command:

    pwck

    and

    grpck
     
  3. Makis77

    Makis77 New Member

    thank you for the reply
    i remember i run a command that displayed all the emails/passwords in command line and i just press page up until i found the one i was looking for.
     

Share This Page