Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

BSDI pwd.db

  • 05-01-2003 9:19pm
    #1
    Registered Users, Registered Users 2 Posts: 326 ✭✭


    Can someone tell me what the BSDi pwd.db file is for?


Comments

  • Registered Users, Registered Users 2 Posts: 1,862 ✭✭✭flamegrill


    its similar to the standard /etc/passwd file found on almost all Unix based systems and is unencrypted. There is a similar file called spwd.db and this contains encrypted passwords.

    Paul


  • Registered Users, Registered Users 2 Posts: 326 ✭✭schrodinger


    But how do I view it? I opened it in notepad but it's all messed up and stuff. The only distingushable text is the user names, groups and home dirs.


  • Registered Users, Registered Users 2 Posts: 1,862 ✭✭✭flamegrill


    Use vim :p


  • Registered Users, Registered Users 2 Posts: 326 ✭✭schrodinger


    I'm being serious here flame is there a way to view it?? Come on Paul be nice.


  • Closed Accounts Posts: 14,483 ✭✭✭✭daveirl


    This post has been deleted.


  • Advertisement
  • Closed Accounts Posts: 96 ✭✭krinDar


    Can someone tell me what the BSDi pwd.db file is for?

    In FreeBSD this is just an alternative form of the passwd file. It is stored in Berkeley DB (DataBase) format which is more efficient than flat files. This is why you should not just modifiy the passwd file using an editor, use vipw instead.

    passwd(5), db(3) and perhaps pwd_mkdb(8) would be of use

    I assume the same is true for BSDi as for FreeBSD as they are so closely related.


Advertisement