I would like to learn about the internal database used in FreeBSD.
cap_mkdb(1)
I know FreeBSD pkg(7) uses a database. Is the above using the same database or separate?
The manpage has no details and I always wondered about blindly updating this db upon running commands following some webpage. So is there a user database or is just passwords? I don't care about the gory details just rough outline.
pwd_mkdb(8)
What is db(3) style? Is that Berkeley db?
What are the FreeBSD databases inside? pkg uses sqlite I think with contents in /var/cache/pkg.
So here we have pwd and cap databases.
Is that about it?
Edit# I see termcap(5) too.
cap_mkdb(1)
I know FreeBSD pkg(7) uses a database. Is the above using the same database or separate?
The manpage has no details and I always wondered about blindly updating this db upon running commands following some webpage. So is there a user database or is just passwords? I don't care about the gory details just rough outline.
pwd_mkdb(8)
What is db(3) style? Is that Berkeley db?
What are the FreeBSD databases inside? pkg uses sqlite I think with contents in /var/cache/pkg.
So here we have pwd and cap databases.
Is that about it?
Edit# I see termcap(5) too.