Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: Nexus on March 31, 2016, 03:03:41 PM

Title: Where is the passwd stored?
Post by: Nexus on March 31, 2016, 03:03:41 PM
If I change the ssh password with "passwd", where is that stored? I would like to back it up with /opt/.filetool.lst, but I can't find it. It does not appear to be in with all the other /usr/local/etc/ssh things. Cheers.
Title: Re: Where is the passwd stored?
Post by: gerald_clark on March 31, 2016, 03:08:28 PM
It is in /etc/shadow, just like in any other Linux system.
The following should be backed up as a set:
etc/passwd
etc/shadow
etc/group
etc/gshadow
Title: Re: Where is the passwd stored?
Post by: Nexus on March 31, 2016, 03:12:50 PM
Aha! There it is! Thank you.